Package: hdfqlr 0.6-2
hdfqlr: Interface to 'HDFql' API
Provides an interface to 'HDFql' <https://www.hdfql.com/> and helper functions for reading data from and writing data to 'HDF5' files. 'HDFql' provides a high-level language for managing 'HDF5' data that is platform independent. For more information, see the reference manual <https://www.hdfql.com/resources/HDFqlReferenceManual.pdf>.
Authors:
hdfqlr_0.6-2.tar.gz
hdfqlr_0.6-2.zip(r-4.5)hdfqlr_0.6-2.zip(r-4.4)hdfqlr_0.6-2.zip(r-4.3)
hdfqlr_0.6-2.tgz(r-4.4-any)hdfqlr_0.6-2.tgz(r-4.3-any)
hdfqlr_0.6-2.tar.gz(r-4.5-noble)hdfqlr_0.6-2.tar.gz(r-4.4-noble)
hdfqlr_0.6-2.tgz(r-4.4-emscripten)hdfqlr_0.6-2.tgz(r-4.3-emscripten)
hdfqlr.pdf |hdfqlr.html✨
hdfqlr/json (API)
NEWS
# Install 'hdfqlr' in R: |
install.packages('hdfqlr', repos = c('https://mkoohafkan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mkoohafkan/hdfqlr/issues
Last updated 3 months agofrom:100be76506. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
Exports:hqlhql_close_filehql_create_filehql_create_grouphql_drop_all_attributeshql_drop_attributehql_drop_datasethql_drop_grouphql_flushhql_is_loadedhql_list_attributeshql_list_datasetshql_list_groupshql_loadhql_read_all_attributeshql_read_attributehql_read_datasethql_unloadhql_use_filehql_write_all_attributeshql_write_attributehql_write_dataset
Dependencies:
Benchmarking hdfqlr
Rendered frombenchmark.rmd
usingknitr::rmarkdown
on Oct 26 2024.Last update: 2021-06-10
Started: 2019-04-22
Low-level API
Rendered fromlowlevel.rmd
usingknitr::rmarkdown
on Oct 26 2024.Last update: 2021-06-10
Started: 2019-07-10
Quick Start
Rendered fromquickstart.rmd
usingknitr::rmarkdown
on Oct 26 2024.Last update: 2021-06-10
Started: 2019-04-15
Readme and manuals
Help Manual
Help page | Topics |
---|---|
hdfqlr: an HDF API based on HDFql | hdfqlr-package hdfqlr |
HDFql Wrapper Constants and Functions | hql |
Create HDF Files, Datasets or Attribute | hql_create hql_create_file hql_create_group |
Drop HDF groups, datasets, and attributes | hql_drop |
Access HDF Files | hql_close_file hql_file hql_use_file |
Flush HDF Files | hql_flush |
HDFql Library Status | hql_is_loaded |
List HDF Groups, Datasets or Attributes | hql_list hql_list_attributes hql_list_datasets hql_list_groups |
Load HDFql DLLs | hql_load hql_unload |
Write HDF Dataset or Attribute | hql_write hql_write_all_attributes hql_write_attribute hql_write_dataset |