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

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -