Package: redatamx 1.3.0
redatamx: R Interface to 'Redatam' Library
Provides an API to work with 'Redatam' (see <https://redatam.org>) databases in both formats: 'RXDB' (new format) and 'DICX' (old format) and running 'Redatam' programs written in 'SPC' language. It's a wrapper around 'Redatam' core and provides functions to open/close a database (redatam_open()/redatam_close()), list entities and variables from the database (redatam_entities(), redatam_variables()) and execute a 'SPC' program and gets the results as data frames (redatam_query(), redatam_run()).
Authors:
redatamx_1.3.0.tar.gz
redatamx_1.3.0.zip(r-4.7)redatamx_1.3.0.zip(r-4.6)redatamx_1.3.0.zip(r-4.5)
redatamx_1.3.0.tgz(r-4.6-x86_64)redatamx_1.3.0.tgz(r-4.6-arm64)redatamx_1.3.0.tgz(r-4.5-x86_64)redatamx_1.3.0.tgz(r-4.5-arm64)
redatamx_1.3.0.tar.gz(r-4.7-arm64)redatamx_1.3.0.tar.gz(r-4.7-x86_64)redatamx_1.3.0.tar.gz(r-4.6-arm64)redatamx_1.3.0.tar.gz(r-4.6-x86_64)
redatamx_1.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
redatamx/json (API)
NEWS
| # Install 'redatamx' in R: |
| install.packages('redatamx', repos = c('https://ideasybits.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ideasybits/redatamx4r/issues
Pkgdown/docs site:https://ideasybits.github.io
Last updated from:a50bd32629. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 112 | ||
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 198 | ||
| linux-release-arm64 | OK | 139 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-release-arm64 | OK | 131 | ||
| macos-release-x86_64 | OK | 213 | ||
| macos-oldrel-arm64 | OK | 201 | ||
| macos-oldrel-x86_64 | OK | 396 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 103 | ||
| windows-oldrel | OK | 89 | ||
| wasm-release | OK | 104 |
Exports:outputsredatam_closeredatam_createredatam_destroy_redatam_entitiesredatam_inforedatam_init_redatam_internal_queryredatam_internal_runredatam_load_pluginredatam_openredatam_queryredatam_runredatam_saveredatam_variablesredatam_version
Dependencies:cpp11
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Environment for Outputs Tables | outputs |
| Close dictionary | redatam_close |
| Create Redatam database | redatam_create |
| List entities | redatam_entities |
| Get extended Redatam API information | redatam_info |
| Load a custom plugin | redatam_load_plugin |
| Open dictionary | redatam_open |
| Execute a Redatam command from text | redatam_query |
| Execute a Redatam command from file | redatam_run |
| Save dictionary | redatam_save |
| List variables for entity | redatam_variables |
| Get the Redatam API version | redatam_version |
