R/aaa.R

#' @import rlang
NULL

onload_assign <-
  local({
    names <- character()
    funs <- list()
    function(name, x) {
      names[length(names) + 1] <<- name
      funs[[length(funs) + 1]] <<- substitute(x)
    }
  })
r-pkgs/pkgload documentation built on May 5, 2024, 10:30 a.m.