create: Prepare a strict template skeleton to contribute to...

Description Usage Arguments Value Examples

View source: R/fun.R

Description

Prepare a strict template skeleton to contribute to bookdownplus

Usage

1
2
3
4
5
6
create(
  template_name = "new",
  bodyfile = "body.Rmd",
  indexfile = "index.Rmd",
  texfile = "t.tex"
)

Arguments

template_name

character. tempalte name.

bodyfile

character. name of the body file.

indexfile

character. name of the index file.

texfile

character. name of the texfile

Value

organzed folders and files.

Examples

1
# create()

pzhaonet/bookdownplus documentation built on Jan. 6, 2022, 7:45 a.m.