Package: Rparadox 0.3.0
Rparadox: Read Paradox Database Files
Provides a simple and efficient way to read data from Paradox database files (.db) directly into R as modern 'tibble' data frames. It uses the underlying 'pxlib' C library to handle the low-level file format details and provides a clean, user-friendly R interface.
Authors:
Rparadox_0.3.0.tar.gz
Rparadox_0.3.0.zip(r-4.7)Rparadox_0.3.0.zip(r-4.6)Rparadox_0.3.0.zip(r-4.5)
Rparadox_0.3.0.tgz(r-4.6-x86_64)Rparadox_0.3.0.tgz(r-4.6-arm64)Rparadox_0.3.0.tgz(r-4.5-x86_64)Rparadox_0.3.0.tgz(r-4.5-arm64)
Rparadox_0.3.0.tar.gz(r-4.7-arm64)Rparadox_0.3.0.tar.gz(r-4.7-x86_64)Rparadox_0.3.0.tar.gz(r-4.6-arm64)Rparadox_0.3.0.tar.gz(r-4.6-x86_64)
Rparadox_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
Rparadox/json (API)
| # Install 'Rparadox' in R: |
| install.packages('Rparadox', repos = c('https://celebithil.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/celebithil/rparadox/issues
Last updated from:6b286a7f48. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 158 | ||
| linux-devel-x86_64 | OK | 168 | ||
| source / vignettes | OK | 236 | ||
| linux-release-arm64 | OK | 167 | ||
| linux-release-x86_64 | OK | 201 | ||
| macos-release-arm64 | OK | 193 | ||
| macos-release-x86_64 | OK | 298 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 235 | ||
| windows-devel | OK | 107 | ||
| windows-release | OK | 102 | ||
| windows-oldrel | OK | 123 | ||
| wasm-release | OK | 128 |
Exports:pxlib_close_filepxlib_get_datapxlib_metadatapxlib_open_fileread_paradox
Dependencies:blobcligluehmslifecyclemagrittrpillarpkgconfigrlangstringitibbleutf8vctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Close a Paradox database file | pxlib_close_file |
| Read Data from a Paradox File | pxlib_get_data |
| Get Metadata from a Paradox Database File | pxlib_metadata |
| Open a Paradox Database File | pxlib_open_file |
| Read a Paradox Database File into a Tibble | read_paradox |
