# NOT RUN {
load_basic_example()
make(my_plan)
rate_limiting_times(my_plan) # everything is up to date
rate_limiting_times(my_plan, from_scratch = TRUE, digits = 4) # 1 job
rate_limiting_times(
my_plan,
future_jobs = 2,
from_scratch = TRUE,
digits = 4
)
rate_limiting_times(
my_plan,
targets = c("small", "large"),
future_jobs = 2,
from_scratch = TRUE,
digits = 4
)
# }
Run the code above in your browser using DataLab