xdf <- RxXdfData("input.xdf") df <- rxImport(xdf) # imports whole dataset; for very large files use rxDataStep with rowSelection or chunking