View source: R/use_btabletemplate.R
use_btabletemplate | R Documentation |
Open a basic template suitable for use with btable
use_btabletemplate(name, fmt = c("Rmd", "Rnw"), ..., open = TRUE)
name |
name to save the file under |
fmt |
character defining format ( |
... |
other options passed to |
open |
logical, whether to open the file |
(by default) saves and opens a script of the chosen format
## Not run:
# Rmd file
use_btabletemplate("foo")
# Rnw file
use_btabletemplate("foo", fmt = "Rnw")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.