R/package.R

#' dictionary: a dependence-free hashmap for R
#'
#' dictionary implements \code{dict} - a flexible and user-friendly
#' hashmap based on R native \code{environment}s.
#'
#' \code{dict} objects support vectorized get and set operations. Key
#' functions are implemented in C for better performance.
#'
#' To learn more about dictionary, start with the vignettes:
#' `browseVignettes(package = "dictionary")`
#'
#' @useDynLib dictionary, .registration = TRUE
#' @importFrom stats setNames
#' @importFrom utils head str
"_PACKAGE"
skubicius/dictionary documentation built on May 7, 2019, 7:17 p.m.