keyring_locked {shelter} | R Documentation |
Is a keyring unlocked for key operations and reading
Description
Query if a keyring is unlocked
Usage
keyring_locked(keyring)
Arguments
keyring |
character(1); Name of keyring |
Value
logical(1); Success or failure of operation
Examples
## Not run:
keyring_locked('mypersonalkeyring')
## End(Not run)
[Package shelter version 0.2.1 Index]