CreateExtractMean: Create a Table Extract

Description Usage Arguments Details

Description

A set of functions to create different types of table extracts. These extracts are written to a comma-separated value (.csv) file.

Usage

1
2
CreateExtractMean(x, vars, tab_vars, notes, outputfile, info, stats = c(mean,
  median, min, max), test = NA, run_test = TRUE)

Arguments

x

a tibble

vars

a character vector include one or more variable name in x

tab_vars

a character vector including one or more variable name

notes

a character string including notes to include in the extract

outputfile

a character string for which to write the extract

info

hmm

stats

statistical summaries to be included in the extract

test

(optional) the name of a statistical test to be conducted hwen run_test is set to TRUE, if left as NA the default test will be used

run_test

(optional) should an appropriate statistical test be conducted

Details

There are several different types of table extracts that can be created


ingels11/TableRExtracts documentation built on May 23, 2019, 8:50 a.m.