#' Dataset: CLOCK POS
#'
#' Clock position vectors (horizontal, vertical and direction) of the \code{clock_to_pos}
#' function.
#'
#' @name data:CLOCKPOS
#' @docType data
#' @author Yiying Wang \email{wangy@@aetna.com}
#' @details
#' It is a 26 * 3 character matrix: \itemize{
#' \item horizontal: "right", "left" or "center"
#' \item vertical: "top", "bottom" or "center"
#' \item direction: "horizontal" or "vertical"
#' }
#'
#' @references
#' The data set is used for \code{\link{clock_to_pos}}
#' @examples
#' \dontrun{
#' data(CLOCKPOS)
#' }
#' @keywords data clock position
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.