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:Michael Koohafkan [aut, cre]

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'))

Peer review:

Bug tracker:https://github.com/mkoohafkan/hdfqlr/issues

On CRAN:

22 exports 5 stars 1.26 score 0 dependencies 10 scripts 215 downloads

Last updated 14 days agofrom:100be76506. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 03 2024
R-4.5-winOKSep 03 2024
R-4.5-linuxOKSep 03 2024
R-4.4-winOKSep 03 2024
R-4.4-macOKSep 03 2024
R-4.3-winOKSep 03 2024
R-4.3-macOKSep 03 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.rmdusingknitr::rmarkdownon Sep 03 2024.

Last update: 2021-06-10
Started: 2019-04-22

Low-level API

Rendered fromlowlevel.rmdusingknitr::rmarkdownon Sep 03 2024.

Last update: 2021-06-10
Started: 2019-07-10

Quick Start

Rendered fromquickstart.rmdusingknitr::rmarkdownon Sep 03 2024.

Last update: 2021-06-10
Started: 2019-04-15

Readme and manuals

Help Manual

Help pageTopics
hdfqlr: an HDF API based on HDFqlhdfqlr-package hdfqlr
HDFql Wrapper Constants and Functionshql
Create HDF Files, Datasets or Attributehql_create hql_create_file hql_create_group
Drop HDF groups, datasets, and attributeshql_drop
Access HDF Fileshql_close_file hql_file hql_use_file
Flush HDF Fileshql_flush
HDFql Library Statushql_is_loaded
List HDF Groups, Datasets or Attributeshql_list hql_list_attributes hql_list_datasets hql_list_groups
Load HDFql DLLshql_load hql_unload
Write HDF Dataset or Attributehql_write hql_write_all_attributes hql_write_attribute hql_write_dataset