Skip to content

An interface to The City admin API for the R programming language

Notifications You must be signed in to change notification settings

jossim/thecityadmin-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The City Admin API in R

An interface to The City admin API for the R programming language.

Examples

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'))

About

An interface to The City admin API for the R programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages