R/plots-sunburstClinData.R

Defines functions sunburstClinData

Documented in sunburstClinData

#' Sunburst interactive plot.
#' 
#' Note: the table and plot are not (yet) linked.
#' @inheritDotParams plotCountClinData -typePlot
#' @inherit plotCountClinData return
#' @example inst/examples/sunburstClinData-example.R
#' @family visualizations of summary statistics for clinical data
#' @author Laure Cougnaud
#' @export
sunburstClinData <- function(...){

	plotCountClinData(..., typePlot = "sunburst")
	
}

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.