Package: ODataQuery 0.5.3
ODataQuery: Querying on 'OData'
Make querying on 'OData' easier. It exposes an 'ODataQuery' object that can be manipulated and provides features such as selection, filtering and ordering.
Authors:
ODataQuery_0.5.3.tar.gz
ODataQuery_0.5.3.tar.gz(r-4.5-noble)ODataQuery_0.5.3.tar.gz(r-4.4-noble)
ODataQuery_0.5.3.tgz(r-4.4-emscripten)ODataQuery_0.5.3.tgz(r-4.3-emscripten)
ODataQuery.pdf |ODataQuery.html✨
ODataQuery/json (API)
NEWS
# Install 'ODataQuery' in R: |
install.packages('ODataQuery', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 3 years agofrom:69b9652987. Checks:OK: 1 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-linux | NOTE | Oct 30 2024 |
Exports:and_querynot_queryodata_functionODataQueryor_queryretrieve_allretrieve_dataretrieve_oneto_odatato_odata_
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a combined filter | and_query not_query or_query |
Make an OData function available to R | odata_function |
ODataQuery | ODataQuery |
Retrieve data. If data is paged, concatenate pages. Only return the value without metadata. | retrieve_all |
Retrieve data | retrieve_data |
Retrieve single instance. | retrieve_one |
Macro to convert R to OData syntax | to_odata to_odata_ |