R/zzz.R

Defines functions .onLoad

#' @import futile.logger

.onLoad <-
    function(...)
{
    opts <- list(
        anvil_client_id = "250475993726-k70p3kf2fe2tpuq5jn39ogafbuj9fb8o.apps.googleusercontent.com",
        anvil_client_secret = oauth_secret
    )
    opts <- opts[!names(opts) %in% names(options())]
    options(opts)
}

Try the AnVIL package in your browser

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

AnVIL documentation built on Nov. 8, 2020, 4:57 p.m.