preview {facopy}R Documentation

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.

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

data(myStudy) # load example study

myCallsPreview = preview(myStudy)

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

[Package facopy version 1.13.0 Index]