R/r2symbols-package.R

Defines functions .onLoad

#' r2symbols
#'
#' @name r2symbols
#' @docType package
#' @import jsonlite
#' @import utils
#' @import htmltools
#' @noRd
"_PACKAGE"


.onLoad <- function(libname, pkgname) {
  utils::globalVariables(c(".symbols",".symbols_ph"))
}

Try the r2symbols package in your browser

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

r2symbols documentation built on March 31, 2023, 8:19 p.m.