R/checkins-data.r

#' @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"
kaneplusplus/checkin documentation built on Aug. 1, 2022, 1:11 p.m.