existsKeyring | R Documentation |
This function checks for the existence of a keyring. It first standardizes the keyring ID
using epiufKeyring
function and then checks if this standardized ID is present in the list of keyrings.
existsKeyring(keyring_id)
keyring_id |
A string specifying the base keyring ID. |
A logical value; TRUE
if the keyring exists, otherwise FALSE
.
# Check if a keyring exists
keyring_exists <- existsKeyring("myKeyring")
print(keyring_exists) # Output: TRUE or FALSE, depending on existence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.