keyring_create | R Documentation |
Create a new empty keyring with of a given name with the specified password.
keyring_create(keyring, password)
keyring |
character(1); Name of keyring |
password |
character(1); Password for keyring |
logical(1); Success or failure of operation
## Not run:
keyring_create('mypersonalkeyring', '<PASSWORD>')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.