powered by
Learn more at https://getbootstrap.com/docs/5.1/getting-started/introduction/.
bs_doc( head = NULL, body, body_attr = NULL, css_href = css_href_var, css_integrity = css_integrity_var, js_src = js_src_var, js_integrity = js_integrity_var )
A string of HTML.
A string of HTML that will be passed to the ... param of the html5::head() function.
A string of HTML that will be passed to the ... param of the html5::body() function.
A named list or named vector, passed to the attr param of the html5::body() function.
The url of jsDelivr for the version of bootstrap css to include.
The integrity string for the version of bootstrap css to include.
The url of jsDelivr for the version of bootstrap js bundle to include.
The integrity string for the version of bootstrap js bundle to include.
bs_doc( body = div(h1("Hello"), p("Welcome to this page.")) )
Run the code above in your browser using DataLab