R/apaText.R

#' Create APA style text from analyses for use within R Markdown documents. Descriptive statistics, confidence intervals, and cell sizes are reported.
#' \tabular{ll}{
#' Package: \tab apaText\cr
#' Type: \tab Package\cr
#' Version: \tab 0.1.7\cr
#' Date: \tab 2023-05-23\cr
#' License: \tab MIT\cr
#' }
#'
#' @name apaText
#' @aliases apaText
#' @docType package
#' @title Create R Markdown Text for Results in the Style of the American Psychological Association (APA)
#' @author
#' \tabular{ll}{
#' Author: \tab David J. Stanley \email{dstanley@@uoguelph.ca}\cr
#' Maintainer: \tab David J. Stanley \email{dstanley@@uoguelph.ca}
#' }
#' @importFrom "stats"  "na.omit" "qt" "sd" "cor" "cor.test"
#' @importFrom "dplyr" "filter" "select" "quos" "enquo"
utils::globalVariables(c("apa.default.options"))
NULL

Try the apaText package in your browser

Any scripts or data that you put into this service are public.

apaText documentation built on May 31, 2023, 5:19 p.m.