Linked Questions

0 votes
0 answers
3k views

I have a set of projects in R studio which I open and run a script within them on a daily basis. I want to automate this procedure to save time, by creating a bash script that will open the projects, ...
user37143's user avatar
  • 111
1 vote
1 answer
798 views

How do I make a command to auto execute a script in Rstudio? I have a script in Rstudio to handle a database, but I need it to be run at 7:00 AM, automatically. My operation system is Windows and i ...
Rermartins's user avatar
1 vote
0 answers
90 views

I'm wondering if there is a way to set a kind of "time trigger" run code. I need to run my code at a specific time for n times in a time interval. For example, at 17 PM I need to calculate the ...
matcava's user avatar
  • 53
7 votes
2 answers
4k views

I would like to get the Observatory data every hour they update the forecast. My one time data extract code is following. library(RCurl) web <- getURL("http://www.hko.gov.hk/contente.htm") web &...
useR's user avatar
  • 3,092
5 votes
2 answers
3k views

I am wondering if it's possible to have relatively simple R code pull and feed data into say... a text file attached to an email without having to keep my PC on. I have a web-scraping code here that ...
Alex Bădoi's user avatar
3 votes
1 answer
2k views

I have a function of variable execution time, but is going to be under 20 seconds for most use cases. I want a script to execute the function every 10 minutes regardless of how long the function ...
knowads's user avatar
  • 815
1 vote
1 answer
1k views

Situation depiction: I got a shiny app up and running on a server 24/7 connected to live data via SQL Server updated every day. Problem: I want to automate table writing process and set it up to ...
Patrik_P's user avatar
  • 3,222
1 vote
3 answers
505 views

I would like to write an R script that runs for the whole day. It should basically be an infinite loop that fetches trading data, applies smart stuff to it, and uploads the trading data somewhere else ...
Alexander Engelhardt's user avatar
0 votes
1 answer
1k views

I have multiple scripts naming R001.r, R002.r, and so on. I need to schedule them so that they run in a sequential manner one after the other. What would be the best approach to do this.
Udit Prakash's user avatar
2 votes
1 answer
1k views

I am attempting to use Windows Task Scheduler to automatically run R code daily using instructions from another StackOverflow question (Scheduling R Script). Window Task Scheduler correctly opens ...
charlotte123's user avatar
0 votes
0 answers
1k views

I would like to schedule a Rscript via Rstudio. I am able to schedule the task in Windows Task Scheduler but I am not able to run it at the same time. When I do so, it schedules the task to open the ...
lakshmen's user avatar
  • 29.2k
0 votes
1 answer
930 views

I will set up a script to obtain meteorological data and I wanted to send this follow-up by email every day, at the same time. I'm thinking of renting a machine on AWS and letting an R script run ...
Vinicius B. de S. Moreira's user avatar
0 votes
1 answer
830 views

I have a shiny app which runs on a specific ip address and port. shiny_start_script.R runApp(host = myhost, port = myport) I would like to have another R script which frequently checks if that shiny ...
Erdem Akkas's user avatar
  • 2,060
1 vote
1 answer
525 views

I am trying to schedule an R code execution. I was referrig Scheduling R Script and I am creating the following batch file: C:\R\R-2.10.1\bin\Rcmd.exe BATCH D:\mydocuments\mycode.R However, when I ...
marco11's user avatar
  • 245
2 votes
1 answer
1k views

I am working with the R programming language. I am trying to learn how to schedule tasks using the Task Scheduler. I found this post Scheduling R Script and I am trying to follow the instructions from ...
stats_noob's user avatar
  • 7,007

15 30 50 per page