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.7)seeclickfixr_1.1.0.zip(r-4.6)seeclickfixr_1.1.0.zip(r-4.5)
seeclickfixr_1.1.0.tgz(r-4.6-any)seeclickfixr_1.1.0.tgz(r-4.5-any)
seeclickfixr_1.1.0.tar.gz(r-4.7-any)seeclickfixr_1.1.0.tar.gz(r-4.6-any)
seeclickfixr_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:eac6bb798a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 165 | ||
| linux-release-x86_64 | OK | 116 | ||
| macos-release-arm64 | OK | 181 | ||
| macos-oldrel-arm64 | OK | 169 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 59 | ||
| wasm-release | OK | 94 |
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 |
