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/urlshorteneR documentation built on Feb. 20, 2025, 3:13 a.m.