R/zzz.R

Defines functions .onAttach

Documented in .onAttach

#' Run when daiR is attached
#' @importFrom fs dir_ls
#' @importFrom googleCloudStorageR gcs_upload
#' @param libname name of library
#' @param pkgname name of package
#' @return no return value, called for side effects

.onAttach <- function(libname, pkgname) {

  packageStartupMessage("Welcome to daiR 0.9.9, your gateway to Google Document AI v1.")

  dai_auth()

}

Try the daiR package in your browser

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

daiR documentation built on Sept. 8, 2023, 5:43 p.m.