Calling r.("quit()") from robjects closes the python process as well -


i'm using robjects execute r script python. when r finishes leaves behind many temporary files. can't modify r script don't see there reference tempfile() assume coming library r script using. tried deleting these files python @ end of script run locked process. assumed if there live r interpreter running, closing release these files. tried calling robject.r("quit()") killed python process well. ideas why? how can close r interpreter robjects? prefer not kill r interpreter using os.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

qt - How to embed QML toolbar and menubar into QMainWindow -