R/onLoad.r

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
    options(imgur_user_rate_warning = 20)
    options(imgur_client_rate_warning = 100)
}

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.