apa {apa} | R Documentation |
APA Formatting for RMarkdown Reports
Description
A wrapper around the *_apa
functions, providing a convenient way to
use the formatters in inline code in RMarkdown documents.
Usage
apa(x, effect = NULL, format = "rmarkdown", print = FALSE, ...)
Arguments
x |
An R object. Must be a call to one of |
effect |
(only applicable if |
format |
Character string specifying the output format. One of
|
print |
Logical indicating whether to return the result as an R object
( |
... |
Further arguments passed to other methods |
See Also
anova_apa, chisq_apa, cor_apa, t_apa
[Package apa version 0.3.4 Index]