R/get0.R

Defines functions get0

Documented in get0

#' get0
#'
#' A function for streamlining get(paste()). It is not exported. 
#' @param ... a list of strings to be combined and gotten.


get0 <- function(...) {
  get(paste0(...))
}
camkay/panoply documentation built on Jan. 17, 2025, 6:31 a.m.