One tips to improve the speed rxImport works is to set the stringsAsFactors parameter to TRUE.
In some cases this can be up to 70% faster.
rxImport (inData='data2.csv', outFile='bigimport.xdf', type="text", stringsAsFactors=TRUE)
In some cases this can be up to 70% faster.