R/environments.R

#' @export
TryGet <- function(
  symbol,
  default = NULL,
  envir = parent.frame(),
  recursive = FALSE
){
  rlist::tryGet(symbol, def = default, recursive = recursive)
}
mikebesso/two.laws.big.bang documentation built on May 29, 2019, 5:42 a.m.