Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

seeclickfixr (version 1.0.0)

Access Data from the SeeClickFix Web API

Description

Provides a wrapper to access data from the SeeClickFix web API for R. SeeClickFix is a central platform employed by many cities that allows citizens to request their city's services. This package creates several functions to work with all the built-in calls to the SeeClickFix API. Allows users to download service request data from numerous locations in easy-to-use dataframe format manipulable in standard R functions.

Copy Link

Version

Install

install.packages('seeclickfixr')

Monthly Downloads

155

Version

1.0.0

License

GPL-3

Maintainer

Justin de BenedictisKessner

Last Published

November 13th, 2015

Functions in seeclickfixr (1.0.0)

get_specific_issue

Query information about a given issue
list_places

Query sub-city neighborhoods in which issues can be reported.
get_city_issues

Query all issues in a given location
list_issue_types

Query issue types in a given location
get_issues_by_type

Query information about issues of a certain type or types.
get_issues_by_date

Query information about issues within a date-time range.