R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname = find.package("popler"), pkgname = "popler") {
  # check if the summary table exists or needs to be updated
  pplr_summary_table_check()

}
ropensci/popler documentation built on Nov. 14, 2019, 5:29 p.m.