Learn R Programming

bookdownplus (version 1.5.8)

create: Prepare a strict template skeleton to contribute to bookdownplus

Description

Prepare a strict template skeleton to contribute to bookdownplus

Usage

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

Run this code
# NOT RUN {
# create()
# }

Run the code above in your browser using DataLab