createKeyring | R Documentation |
This function creates a new secret with a specified keyring ID. If the keyring already exists, it prompts to use ModifyKeyring instead. Notice: the keyringid is postfixed with _epiufkeyring to avoid conflicts
createKeyring(keyring_id, secret = NULL)
keyring_id |
A string specifying the keyring ID. |
secret |
A secret string to be stored. It is not recommended to use this parameters because in that case your secret will be visible in your code. This parameters should be used only for tests |
A successful message or a warning message if keyring already exists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.