I downloaded and installed Revolution R Open. Current Version of R is 3.1.1 (2014-07-10) -- "Sock it to Me" and version of Revolution R Open is 8.0 beta. I have started basic tutorial from converting data to .xdf format(internal to Revolution).
myTrainCsv <- file.path(rxGetOption("data"), "train.csv")
However I receive a following error:
Error in file.path(rxGetOption("data"), : could not find function "rxGetOption"
It seems to me a newbie error. Anyway I can not find an answer just googling it. Please, help me to resolve the issue with the error.