Learn R Programming

pubprint (version 0.2.1)

pp_init_out: Setting the output format functions

Description

A list is returned which contains all the default functions for the specified output format.

Usage

pp_init_out(x = c("latex", "markdown", "html", "plain"))

Arguments

x
a character indicating the output format.

See Also

See pp_opts_out to get and set all currently used output format functions.

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