login_irods: Login to iRods

Description Usage Arguments Value Note

View source: R/set_iRODS.R

Description

Login to iRods

Usage

1
login_irods(ttl = 1L, password = NULL)

Arguments

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.

Value

TRUE if login succeeded, otherwise FALSE

Note

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)


UtrechtUniversity/RCrstudio documentation built on March 16, 2021, 4:16 a.m.