#' rotp
#'
#' Time-based One-Time Password (TOTP) is a relatively common 2-factor
#' scheme, with Google 'Authenticator' being a well-known implementation. This
#' provides the same technique for R together with an encrypted database
#' schema.
#'
#' @name rotp-package
#' @docType package
#' @author Drew Schmidt \email{wrathematics AT gmail.com}
#' @keywords Package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.