R/scope.R

Defines functions get_scope

Documented in get_scope

#' @name get_scope
#' @title Get cuurrent scope
get_scope <- function(){
  getOption(ARIA_OPTIONS$CURRENT_SCOPE)
}
krzjoa/aria documentation built on Oct. 1, 2020, 12:48 p.m.