create_irods | R Documentation |
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.
create_irods(host, zone_path = character(1), overwrite = FALSE)
host |
URL of host. |
zone_path |
Deprecated |
overwrite |
Overwrite existing iRODS configuration file. Defaults to
|
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()
).
Invisibly, the path to the iRODS configuration file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.