An interface to The City admin API for the R programming language.
Create an instance of TheCity object.
library("TheCityAdmin")
city = TheCity(key = <secret key>, token = <user token>)Fetch 1 page of checkin data, with a parameter.
fetch.checkins(city, total = 1, params = c(include_checked_out = 'true'))