I have a script that makes use of the new jobs feature in RStudio but using the RStudioapi package.
I would like to execute the same script using a crontab on another server that doesn't have RStudio on it.
Would I be able to use functions of the rstudipapi package without having rstudio installed?
Thanks