hql {hdfqlr} | R Documentation |
HDFql Wrapper Constants and Functions
Description
Access the constants and functions provided by the HDFql wrapper. The wrapper contents are stored in an environment when the HDFql library is loaded and used internally by hdfqlr to perform operations.
Usage
hql
Format
An object of class environment
of length 1.
Details
This environment is exported so that users
can directly use the HDFql wrapper functions.
The intended method of use is to attach()
the environment
to the search path. For more information on what is provided
by the wrapper, consult the
HDFql reference manual.
Examples
## Not run:
attach(hql$wrapper)
## End(Not run)
[Package hdfqlr version 0.6-2 Index]