ReadVAD: Read a VAD

Description Usage Arguments Value Note Author(s) Examples

Description

Read a VAD and create specs for it.

Usage

1
ReadVAD(file, write.csv.to = NULL)

Arguments

file

A SAS dataset.

write.csv.to

Defines where both data and data.specs csv files will be written to. The csv files will be written in the form name_date.csv and name_specs_date.csv. Default is NULL.

Value

A list with two data frames: data and data.specs.

Note

The ReadVAD() function reads in a VAD and creates data specs.

Author(s)

Alexey Pronin pronin.alexey@gene.com, Ning Leng leng.ning@gene.com

Examples

1
2
3
4
5
6
7
## Not run: 
ReadVAD("ars.sas7bdat")  
ReadVAD("ars.sas7bdat", ".")  
ReadVAD("ars.sas7bdat", "Desktop/R")
ReadVAD("Desktop/SAS/ars.sas7bdat", "Desktop/R")

## End(Not run)

lengning/gClinBiomarker documentation built on May 9, 2019, 2:55 p.m.