R/zzz.R

Defines functions .onLoad

# dynamically xports format_glimpse.tf if {pillar} is available
# (see ?s3_register)
# nocov start
.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("pillar::format_glimpse", "tf")

  invisible()
}
# nocov end

Try the tf package in your browser

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

tf documentation built on April 7, 2026, 5:07 p.m.