Learn R Programming

pubprint (version 0.2.1)

pp_init_style: Setting the publication style functions

Description

A list is returned which contains all the default functions for the specified publication style.

Usage

pp_init_style(x = c("apa"))

Arguments

x
a character indicating the publication style.

See Also

See pp_opts_style to get and set all currently used style functions.

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