connection_config {sparklyr} | R Documentation |
Read configuration values for a connection
Description
Read configuration values for a connection
Usage
connection_config(sc, prefix, not_prefix = list())
Arguments
sc |
|
prefix |
Prefix to read parameters for
(e.g. |
not_prefix |
Prefix to not include. |
Value
Named list of config parameters (note that if a prefix was specified then the names will not include the prefix)
[Package sparklyr version 1.8.6 Index]