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.5)altadata_0.1.1.zip(r-4.4)altadata_0.1.1.zip(r-4.3)
altadata_0.1.1.tgz(r-4.4-any)altadata_0.1.1.tgz(r-4.3-any)
altadata_0.1.1.tar.gz(r-4.5-noble)altadata_0.1.1.tar.gz(r-4.4-noble)
altadata_0.1.1.tgz(r-4.4-emscripten)altadata_0.1.1.tgz(r-4.3-emscripten)
altadata.pdf |altadata.html✨
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 4 years agofrom:d057bddbb0. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | OK | Nov 12 2024 |
R-4.5-linux | OK | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
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 |