R/syn-package.R

#' syn
#'
#' syn provides a dependency free way to get synonyms and antonyms of words.
#'
#' @seealso
#'
#' It's main functions are:
#' \itemize{
#'   \item [syn()]
#'   \item [syns()]
#'   \item [ant()]
#'   \item [ants()]
#' }
#'
#' Learn more about syn at \url{https://syn.njtierney.com/}
#' @name syn
#' @docType package
NULL

if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))

Try the syn package in your browser

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

syn documentation built on Dec. 20, 2019, 5:07 p.m.