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
"_PACKAGE"

if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
ropenscilabs/syn documentation built on Feb. 3, 2024, 4:32 a.m.