Skip to contents

The goal of apa7 is to facilitate writing documents in APA Style (7th Edition).

Installation

You can install the development version of apa7 from GitHub with:

# install.packages("remotes")
remotes::install_github("wjschne/apa7")

Tables

library(apa7)
apa_chisq(mtcars[, c("am", "gear")])
#> Registered S3 method overwritten by 'ftExtra':
#>   method                  from     
#>   as_flextable.data.frame flextable

apa_cor(trees)

Install apaquarto extension