Description Usage Arguments Value Note
Login to iRods
1 | login_irods(ttl = 1L, password = NULL)
|
ttl |
Integer value indicating the hours the login has to be valid (time-to-live). |
password |
Plain text password for irods, but never use literal string. See notes. |
TRUE if login succeeded, otherwise FALSE
Never use a literal password string in a script. Instead use a function that asks the user to enter a password or a function that retrieves the password from a save location (e.g. keychain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.