create_irods {rirods} | R Documentation |
Generate IRODS Configuration File
Description
This will create an iRODS configuration file containing information about the iRODS server. Once the file has been created, future sessions connect again with the same iRODS server without further intervention.
Usage
create_irods(host, zone_path = character(1), overwrite = FALSE)
Arguments
host |
URL of host. |
zone_path |
Deprecated |
overwrite |
Overwrite existing iRODS configuration file. Defaults to
|
Details
The configuration file is located in the user-specific configuration
directory. This destination is set with R_USER_CONFIG_DIR if set. Otherwise,
it follows platform conventions (see also rappdirs::user_config_dir()
).
Value
Invisibly, the path to the iRODS configuration file.
[Package rirods version 0.2.0 Index]