Create a demo markdown project
create_rmd(to = "manuscript", template = "copernicus_article", if_render = TRUE, package = "rticles")
to | the desnitation directory |
---|---|
template | the name of the r markdown template. It is the folder name in 'package/rmarkdown/templates/'. |
if_render | whether render it. |
package | the package name where the template comes from. |
copied file.