listKeyring | R Documentation |
This function lists all keyrings that contain the term pattern (default to "epiufkeyring") in their names. It uses a regular expression to find matches and returns the filtered list.
listKeyring(pattern = NULL)
pattern |
A pattern to filter the list |
A character vector of keyring names containing "epiufkeyring".
# Assuming you have keyrings named 'epiufkeyring_1', 'epiufkeyring_2', etc.
listed_keyrings <- listKeyring()
print(listed_keyrings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.