elliottmess. To fix this you can add URL: https://humanitarian-user-group.r-universe.dev/koboAPI to the package DESCRIPTION file. See also theR-universe documentation.Package: koboAPI 1.0.1

Elliott Messeiller
koboAPI: Access kobo API via R
koboAPI is a package to access and interact with [KoBoToolbox](https://www.kobotoolbox.org/)-based APIs.
Authors:
koboAPI_1.0.1.tar.gz
koboAPI_1.0.1.zip(r-4.7)koboAPI_1.0.1.zip(r-4.6)koboAPI_1.0.1.zip(r-4.5)
koboAPI_1.0.1.tgz(r-4.6-any)koboAPI_1.0.1.tgz(r-4.5-any)
koboAPI_1.0.1.tar.gz(r-4.7-any)koboAPI_1.0.1.tar.gz(r-4.6-any)
koboAPI_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
koboAPI/json (API)
NEWS
| # Install 'koboAPI' in R: |
| install.packages('koboAPI', repos = c('https://humanitarian-user-group.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/elliottmess/koboapi/issues
Pkgdown/docs site:https://elliottmess.github.io
Last updated from:ec6b6ef90c. Checks:7 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 121 | ||
| source / vignettes | OK | 172 | ||
| linux-release-x86_64 | NOTE | 152 | ||
| macos-release-arm64 | NOTE | 103 | ||
| macos-oldrel-arm64 | NOTE | 81 | ||
| windows-devel | NOTE | 74 | ||
| windows-release | NOTE | 74 | ||
| windows-oldrel | NOTE | 66 | ||
| wasm-release | OK | 94 |
Exports:%>%get_asset_id_dfget_asset_id_listget_dataget_formkobo_api
Dependencies:askpassbitbit64clicliprcpp11crayoncurldplyrgenericsgluehmshttrjsonlitelifecyclelubridatemagrittrmimeopensslpillarpkgconfigprettyunitsprogresspurrrR6readrrlangstringistringrsystibbletidyrtidyselecttimechangetzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Assert that the api is valid | assert_api |
| Assert that arguments passed in are length 1 character vectors | assert_strings |
| Authentication for kobo API | authenticate_api |
| Get URL of api | get_api_url |
| Get a data frame with of assets information for the authenticated account. | get_asset_id_df |
| Get a list of asset IDs for the authenticated account. | get_asset_id_list |
| Download data of an asset | get_data |
| Download form for a specific asset ID | get_form |
| Access to kobo-style APIs | kobo_api |