preview: Alteration and Varible Preview

Description Usage Arguments Details Value Author(s) Examples

View source: R/facopy_internal_v45.r

Description

A wrapper function for variableSummary, alterationSummary and variableCor.

Usage

1
preview(fad, folder = NULL)

Arguments

fad

facopyInfo object with a certain study's facopy data.

folder

Optional. A character specifying the name of the file to which to output the table with variable correlations.

Details

A list of data.frame is always returned, and optionally written to files in a specified folder.

Value

A list of data.frame with the results of calling the functions variableSummary, alterationSummary and variableCor.

Author(s)

David Mosen-Ansorena

Examples

1
2
3
4
5
6
7
data(myStudy) # load example study

myCallsPreview = preview(myStudy)

myCallsPreview$byVar
head(myCallsPreview$byAlt)
myCallsPreview$varCor

facopy documentation built on May 2, 2018, 2:30 a.m.