#' memorids: A package for creating memorable IDs.
#'
#' Sometimes you just need an easy to remember ID. memorids aims to give you
#' just that, by providing memorable strings that can be used for a variety of
#' purposes.
#'
#' The simple strings are two English words, output in the format
#' "adjective-noun". The seperator is configurable.
#'
#' @section Uses: A memorid can be used wherever you like, but remember that
#' there are a small (just over half a million) number of combinations, so in
#' mission critical settings the likelihood of the same string being returned
#' twice is high. If it's important to you that this not happen, either use
#' something else entirely, or take other steps to mitigate the risks.
#'
#' @section memorids functions: The package only contains a single function,
#' \code{memorid()} which returns memorable ID.
#'
#' @docType package
#' @name memorids
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.