R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  teal.logger::register_logger(namespace = "teal.modules.clinical")
  teal.logger::register_handlers("teal.modules.clinical")
  tern::set_default_na_str("<Missing>")
}

Try the teal.modules.clinical package in your browser

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

teal.modules.clinical documentation built on April 4, 2025, 12:35 a.m.