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