R/rjournal_article.R
create_article.RdCreate an R Journal article with the existing template
create_article(
name = "test",
file = xfun::with_ext(name, "Rmd"),
create_dir = FALSE,
edit = TRUE
)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.