is it possible to run R as a daemon

后端 未结 2 1215
甜味超标
甜味超标 2021-01-18 08:51

I have a script in R that is frequently called during the day (by other scripts). I call R in a terminal using

Rscript code.R

I notice it t

相关标签:
2条回答
  • 2021-01-18 09:08

    Yes, look into RServe which has been available for over a dozen years for this reason. There are a couple of fairly high profile applications too.

    0 讨论(0)
  • 2021-01-18 09:27

    You can check out this add-in for Rstudio, it is not a port like solution but maybe it can help you https://github.com/bnosac/taskscheduleR

    0 讨论(0)
提交回复
热议问题