I'm doing my school project with R.
In the data extraction step, I found that the API I am extracting data has a limited query per hour policy.
So, I have to run my code on a one-hour basis and I think it's stupid.
Is there any way to solve this problem by assigning the time to run my code?