#' @title An example checkin dataset.
#'
#' @description The checkins data set is an example of a checkin data set.
#' It consists of three columns.
#'
#'
#' 1. id: The identifier of a device or person checking into a location.
#' 2. timestamp:The time when the checkin occured.
#' 3. location:The identifier of where a checkin occured.
#'
#' Please note that this data set was simulated illustrative purposes only.
#'
#' @docType data
#'
#' @usage data(checkins)
#'
#' @keywords datasets
"checkins"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.