Nothing
#' Base dictionary with unigrams
#'
#' Data contains English unigrams, with their replacements, points and ids.
#'
#' @docType data
#'
#' @usage data(base_dictionary)
#'
#' @format A data.frame with four columns: to_search, to_replace, points, id.
#'
#' @keywords datasets
#'
#' @references Created based on Wikipedia unigrams.
#'
#' @examples
#' data(base_dictionary)
"base_dictionary"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.