R/ptt-term2dict.R

Defines functions get_ptt_dict

Documented in get_ptt_dict

# Add new term to internal PTT dictionary
# expand_dict <- function(x) {
#   print(pryr::where("ptt_dict"))
#   x <- c(x, "self-defined")
#   ptt_dict <- rbind(ptt_dict, x)
# }

#' Get PTT dictionary
#'
#' @export
get_ptt_dict <- function() {
  return(ptt_dict)
}
liao961120/pttR documentation built on Dec. 16, 2019, 2:19 a.m.