R/lang.R

#' @importFrom utils capture.output object.size browseURL head
#' @importFrom withr local_tempdir with_dir
#' @import rstudioapi
#' @import tools
#' @import rlang
#' @import glue
#' @import mall
#' @import cli
#' @import fs
.lang_env <- new.env()
.lang_env$session <- list()
.lang_env$choose <- NULL
.lang_env$rd_db_cache <- list()
.lang_env$rs <- NULL
.lang_env$rs_hash <- NULL

Try the lang package in your browser

Any scripts or data that you put into this service are public.

lang documentation built on June 5, 2026, 5:08 p.m.