Package: seeclickfixr 1.1.0
seeclickfixr: Access Data from the SeeClickFix Web API
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.
Authors:
seeclickfixr_1.1.0.tar.gz
seeclickfixr_1.1.0.zip(r-4.5)seeclickfixr_1.1.0.zip(r-4.4)seeclickfixr_1.1.0.zip(r-4.3)
seeclickfixr_1.1.0.tgz(r-4.4-any)seeclickfixr_1.1.0.tgz(r-4.3-any)
seeclickfixr_1.1.0.tar.gz(r-4.5-noble)seeclickfixr_1.1.0.tar.gz(r-4.4-noble)
seeclickfixr_1.1.0.tgz(r-4.4-emscripten)seeclickfixr_1.1.0.tgz(r-4.3-emscripten)
seeclickfixr.pdf |seeclickfixr.html✨
seeclickfixr/json (API)
NEWS
# Install 'seeclickfixr' in R: |
install.packages('seeclickfixr', repos = c('https://justindbk.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/justindbk/seeclickfixr/issues
Last updated 5 years agofrom:eac6bb798a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
R-4.4-win | OK | Nov 07 2024 |
R-4.4-mac | OK | Nov 07 2024 |
R-4.3-win | OK | Nov 07 2024 |
R-4.3-mac | OK | Nov 07 2024 |
Exports:get_city_issuesget_issues_by_dateget_issues_by_typeget_specific_issuelist_issue_typeslist_places
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Query all issues in a given location | get_city_issues |
Query information about issues within a date-time range. | get_issues_by_date |
Query information about issues of a certain type or types. | get_issues_by_type |
Query information about a given issue | get_specific_issue |
Query issue types in a given location | list_issue_types |
Query sub-city neighborhoods in which issues can be reported. | list_places |