Relative Content

Tag Archive for rtidyversesleep

How to introduce a lag (sleep) in rowwise mutate

I need to make a call to an API separately for each row of my tibble. How can I introduce a small lag between each call? I need to do this because the API I am using limits the allowable number of requests per second.