codechunk2deck: Convert chunk files to rmd decks.

Description Usage Arguments

View source: R/deck-to-chunk.r

Description

Convert chunk files to rmd decks.

Usage

1
2
codechunk2deck(chunkfile, deckdir, title = "", subtitle = "", author = "",
  job = "", replace = FALSE, ...)

Arguments

chunkfile

Path to chunk file.

deckdir

Directory in which the Rmd template will be created (or in which an index.Rmd file is present)

title

Title string to be substituted into the template.

subtitle

Subtitle string to be substituted into the template.

author

Author name to be substituted into the template. Taken from the DESCRIPTION file if not provided.

job

Job or address to be substituted into the template.

replace

Replace an existing index.Rmd file

...

Further arguments.


gschofl/coursedata documentation built on May 17, 2019, 8:52 a.m.