View source: R/rjournal_article.R
create_article | R Documentation |
Create an R Journal article with the existing template
create_article(
name = "test",
file = xfun::with_ext(name, "Rmd"),
create_dir = FALSE,
edit = TRUE
)
name |
the name of the Rmd, will default to "test" |
file |
File name for the draft |
create_dir |
|
edit |
|
Outputs an R Journal paper template set of files in the directory specified
by dir_path
or in the project directory, if nothing is specified.
See vignette("create_article", package = "rjtools")
for more details
on how to create and format an article.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.