create_rmd: Create a demo markdown project

Description Usage Arguments Value Examples

View source: R/main.R

Description

Create a demo markdown project

Usage

1
2
3
4
5
6
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

1
create_rmd(tempdir(), if_render = FALSE)

rosr documentation built on July 2, 2020, 2:28 a.m.

Related to create_rmd in rosr...