path_from_options {hdfqlr} | R Documentation |
Retrieve the HDFql installation directory from existing options. This function is used to automatically connect to HDFql without needing to specify the installation path.
path_from_options(startup = FALSE)
startup |
If |
The function first looks for the R option hdfqlr.dir
,
and second looks for the environment variable HDFQL_DIR
.