include_etude: Inserting exercises into a document.

Description Usage Arguments

View source: R/include_etude.R

Description

Inserts an etude into a mother document

Usage

1
include_etude(fname, title, package = NULL, quiet = FALSE)

Arguments

fname

The path name for the etude file. Include the filetype extension (e.g. .Rmd).

title

Character string containing the immediate header for the etude, e.g., "Problem 17.3:" or "### Exer A\n\n"

package

The name of the package (if etude file is provided by a package). This avoids having to call system.file()

quiet

Logical flag to control display of knitr messages.


dtkaplan/etude documentation built on Oct. 19, 2020, 7:56 p.m.