#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.