path_from_options {hdfqlr} | R Documentation |
HDFql Default Path
Description
Retrieve the HDFql installation directory from existing options. This function is used to automatically connect to HDFql without needing to specify the installation path.
Usage
path_from_options(startup = FALSE)
Arguments
startup |
If |
Details
The function first looks for the R option hdfqlr.dir
,
and second looks for the environment variable HDFQL_DIR
.
[Package hdfqlr version 0.6-2 Index]