R/init.R

Defines functions .onAttach

#' @importFrom clinUtils clinColors clinShapesText
.onAttach <- function(libname, pkgname) {
	options(patientProfilesVis.colors = clinUtils::clinColors)
	options(patientProfilesVis.shapes = clinUtils::clinShapesText)
}

Try the patientProfilesVis package in your browser

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

patientProfilesVis documentation built on Nov. 18, 2022, 5:12 p.m.