R/init.R

Defines functions .onAttach

#' @importFrom clinUtils clinColors clinShapes clinLinetypes
.onAttach <- function(libname, pkgname) {
	options(clinDataReview.colors = clinColors)
	options(clinDataReview.shapes = clinShapes)
	options(clinDataReview.linetypes = clinLinetypes)
}

Try the clinDataReview package in your browser

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

clinDataReview documentation built on March 7, 2023, 5:13 p.m.