R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("In order to use bitly functions, you first need to authenticate.
                        For that execute 'bitly_auth()' in R console.")
}
dmpe/rbitly documentation built on Aug. 23, 2022, 1:11 a.m.