r - Executing Rexec using python -
i use following code execute rexec:
os.system('"c:\\folder\\test.rexec"') it opens file error due loading of package, if run rexec myself runs without errors because, in fact, have package installed.
any appreciated.
i found out wrong, basically, had 2 different folders containing r libraries , had change library path .libpaths()
Comments
Post a Comment