open_schola_template: Locate and open default Schola templates

View source: R/utils.R

open_schola_templateR Documentation

Locate and open default Schola templates

Description

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.

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.

Value

No return value, called for side effect.

Author(s)

Jan Netik

See Also

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

Examples

## Not run: 
open_schola_template()

## End(Not run)

scholaempirica/reschola documentation built on June 1, 2024, 1:29 p.m.