I have a tracking script and would like to run it every five minutes, is there any function that does this?
For example:
função (meu_script, repetir= 5 minutos)
I tried some functions with Sys.time()
and proc.time()
, but I did not get anything useful.