R/rate_limit.r

Defines functions rate_limit

Documented in rate_limit

rate_limit <-
function(...){
    out <- imgurGET('credits/', ...)
    out$UserReset <- as.POSIXct(as.numeric(out$UserReset), 
                                origin = '1970-01-01')
    structure(out, class = 'imgur_basic')
}

Try the imguR package in your browser

Any scripts or data that you put into this service are public.

imguR documentation built on May 2, 2019, 4:02 p.m.