Learn R Programming

rosr (version 0.0.10)

create_rmd: Create a demo markdown project

Description

Create a demo markdown project

Usage

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

Run this code
# NOT RUN {
create_rmd(tempdir(), if_render = FALSE)
# }

Run the code above in your browser using DataLab