modifyKeyring | R Documentation |
This function modifies an existing keyring identified by the keyring ID. If the keyring is not found, it shows a warning. Notice: the keyringid is postfixed with _epiufkeyring to avoid conflicts
modifyKeyring(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 an error message if keyring is not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.