hql.Rd
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.
hql
An object of class environment
of length 1.
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.
if (FALSE) { # \dontrun{
attach(hql$wrapper)
} # }