R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  lost_tags_action(Sys.getenv("SAFEFRAME_LOST_ACTION", "warning"),
    quiet = TRUE
  )
}

Try the safeframe package in your browser

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

safeframe documentation built on June 28, 2025, 1:08 a.m.