Create a demo markdown project

create_rmd(to = "manuscript", template = "copernicus_article", if_render = TRUE,
    package = "rticles")

Arguments

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.

Value

copied file.

Examples

create_rmd(tempdir(), if_render = FALSE)