Learn R Programming

pubprint (version 0.2.1)

pp_opts_out: Output format options for the pubprint package

Description

A list which functions are used to print in the correct output format (LaTeX, HTML, Markdown or plain text). If pubprint is running inside knit it will automatically determine the output format from knitr.

Usage

pp_opts_out

Arguments

Format

A list with a get and set function.

Details

Using pp_opts_out$get() shows all currently used output format functions, pp_opts_out$set() allows to change them.

See Also

See pp_init_out for initialising this variable in the correct way and pp_init_style for publication style.

Examples

Run this code
pp_opts_out$set(pp_init_out())
pp_opts_out$set(pp_init_out("html"))

Run the code above in your browser using DataLab