Learn R Programming

pubprint (version 0.2.1)

pp_opts_style: Publication style options for the pubprint package

Description

A list which functions are used to print in the correct publication style (like APA).

Usage

pp_opts_style

Arguments

Format

A list with a get and set function.

Details

Using pp_opts_style$get() to show all currently used publication style functions. pp_opts_style$set() allows to change them.

See Also

See pp_init_style for initialising this variable in the correct way and pp_init_out for the output format.

Examples

Run this code
pp_opts_style$set(pp_init_style())
pp_opts_style$set(pp_init_style("apa"))

Run the code above in your browser using DataLab