R/get_context.R

Defines functions rs_get_context

Documented in rs_get_context

#' Retrieve information about an active RStudio document.
#'
#' Wrapper for [rstudioapi::getActiveDocumentContext()].
#' @export
rs_get_context <- function() {
  rstudioapi::getActiveDocumentContext()
}
GegznaV/addin.tools documentation built on Aug. 24, 2023, 5:35 p.m.