Skip to contents

Open the default Schola templates used by schola_word(), or schola_pdf() (specify with format argument). The templates are shipped with the package and are somewhat hidden in R library, so this auxiliary function can help you dig them up.

Usage

open_schola_template(format = "pdf")

Arguments

format

Character, format which to look for. Defaults to pdf.

Value

No return value, called for side effect.

Details

You can either edit the chosen template directly in its natural habitat (questionable short-term solution), or better -- use "Save as" option and keep it and use it within the project directory.

See also

Other Report templates and formats: copy_schola_template(), schola_pdf(), schola_word2(), schola_word()

Author

Jan Netik

Examples

if (FALSE) {
open_schola_template()
}