R/placeholder.R

Defines functions placeholder

Documented in placeholder

#' Obtain an empty gTree object that can act as a temporary placeholder
#'
#' @aliases placeholder
#' @param name A string indicating the name of the `gTree` object
#' @return An object of class `gTree` with name `name`
placeholder <- function(name = "") gTree(NULL, name = name)
growthcharts/chartplotter documentation built on May 12, 2024, 8:43 a.m.