checkins | R Documentation |
The checkins data set is an example of a checkin data set. It consists of three columns.
id: The identifier of a device or person checking into a location.
timestamp:The time when the checkin occured.
location:The identifier of where a checkin occured.
Please note that this data set was simulated illustrative purposes only.
data(checkins)
An object of class tbl_df
(inherits from tbl
, data.frame
) with 14609 rows and 3 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.