Package: altadata 0.1.1

Emre Durukan
altadata: API Wrapper for Altadata.io
Functions for interacting directly with the 'ALTADATA' API. With this R package, developers can build applications around the 'ALTADATA' API without having to deal with accessing and managing requests and responses. 'ALTADATA' is a curated data marketplace for more information go to <https://www.altadata.io>.
Authors:
altadata_0.1.1.tar.gz
altadata_0.1.1.zip(r-4.7)altadata_0.1.1.zip(r-4.6)altadata_0.1.1.zip(r-4.5)
altadata_0.1.1.tgz(r-4.6-any)altadata_0.1.1.tgz(r-4.5-any)
altadata_0.1.1.tar.gz(r-4.7-any)altadata_0.1.1.tar.gz(r-4.6-any)
altadata_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
altadata/json (API)
| # Install 'altadata' in R: |
| install.packages('altadata', repos = c('https://altabering.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/altabering/altadata-r/issues
Last updated from:d057bddbb0. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 174 | ||
| linux-release-x86_64 | OK | 121 | ||
| macos-release-arm64 | OK | 175 | ||
| macos-oldrel-arm64 | OK | 129 | ||
| windows-devel | OK | 66 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 59 | ||
| wasm-release | OK | 103 |
Exports:aldatata.api_keyaltadata.condition_inaltadata.condition_not_inaltadata.equalaltadata.get_dataaltadata.get_headeraltadata.greater_thanaltadata.greater_than_equalaltadata.less_thanaltadata.less_than_equalaltadata.list_subscriptionaltadata.loadaltadata.not_equalaltadata.selectaltadata.sort
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Set ALTADATA API key | aldatata.api_key |
| In condition by given column and value list | altadata.condition_in |
| Not in condition by given column and value list | altadata.condition_not_in |
| Equal condition by given column and value in the retrieve data process | altadata.equal |
| Initialize retrieve data process | altadata.get_data |
| Get data header as a vector | altadata.get_header |
| Greater than condition by given column and value | altadata.greater_than |
| Greater than equal condition by given column and value | altadata.greater_than_equal |
| Less than condition by given column and value | altadata.less_than |
| Less than equal condition by given column and value | altadata.less_than_equal |
| Get customer subscription info | altadata.list_subscription |
| Fetch data with configurations given before | altadata.load |
| Not equal condition by given column and value | altadata.not_equal |
| Select specific columns in the retrieve data process | altadata.select |
| Sort data by given column and method in the retrieve data process | altadata.sort |