made script loop every 1 minutes
This commit is contained in:
parent
e6c35e7f04
commit
56a47ea0f7
1 changed files with 1 additions and 1 deletions
|
@ -62,5 +62,5 @@ update_data <- function(){
|
|||
|
||||
for(i in 1:8640){
|
||||
update_data()
|
||||
Sys.sleep(60*5)
|
||||
Sys.sleep(60)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue