Error: could not find function “rxGetOption” in Revolution R Open

女生的网名这么多〃 提交于 2019-12-10 22:27:07

问题


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.


回答1:


Revolution R Open is an open source distribution of R, adding the fast MKL math libraries.

The function rxGetOption() and the XDF big data functionality is part of RevoScaleR and only available in Revolution R Enterprise (RRE).

If you are a student or at an academic institution, then you might qualify for the free academic license. The academic license allows you full access to all the features in RRE, including the XDF big data features in RevoScaleR.



来源:https://stackoverflow.com/questions/27076361/error-could-not-find-function-rxgetoption-in-revolution-r-open

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!