Restart R within Rstudio

后端 未结 4 1090
感情败类
感情败类 2020-12-13 08:56

I\'m trying to call a simple python script from within R using system2(). I\'ve read some information I found vague that said if \'too much\' memory is used, it won\'t work.

4条回答
  •  离开以前
    2020-12-13 09:52

    In Rstudio, you can restart the R session by:

    command/ctrl + shift + F10 
    

    You can also use:

    .rs.restartR()
    

提交回复
热议问题