Learn R Programming

facopy (version 1.6.0)

preview: Alteration and Varible Preview

Description

A wrapper function for variableSummary, alterationSummary and variableCor.

Usage

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.

Value

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

Details

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

Examples

Run this code
data(myStudy) # load example study

myCallsPreview = preview(myStudy)

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

Run the code above in your browser using DataLab