IQRloadCSVdata | R Documentation |
If a .atr file is present, this will be loaded as well. A .atr is present if the csv file has been created using the export function from the IQRdataGENERAL object. Loading the .atr information will give metadata as attributes about covariates etc.
IQRloadCSVdata(filename)
filename |
Path/filename to the raw or zipped csv dataset. Supports files ending with .csv or .csv.gz.
See |
na.strings=c("."," ","","NA","NaN"),stringsAsFactors=FALSE
A data.frame with the contents of the CSV file
Henning Schmidt, Daniel Kaschek, Daniel Lill, IntiQuan
Other General Data I/O:
IQRloadSASdata()
,
IQRoutputCSV()
,
IQRoutputXPT()
,
IQRsaveCSVdata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.