IQRloadCSVdata: Simple auxiliary to load a CSV dataset

View source: R/allCode.R

IQRloadCSVdataR Documentation

Simple auxiliary to load a CSV dataset

Description

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.

Usage

IQRloadCSVdata(filename)

Arguments

filename

Path/filename to the raw or zipped csv dataset. Supports files ending with .csv or .csv.gz. See data.table::fread() for details.

Details

na.strings=c("."," ","","NA","NaN"),stringsAsFactors=FALSE

Value

A data.frame with the contents of the CSV file

Author(s)

Henning Schmidt, Daniel Kaschek, Daniel Lill, IntiQuan

See Also

Other General Data I/O: IQRloadSASdata(), IQRoutputCSV(), IQRoutputXPT(), IQRsaveCSVdata()


Quantmetrics770/IQnca documentation built on Aug. 5, 2022, 5:39 p.m.