store_checked_ids | R Documentation |
This function processes a list of possible IDs by removing any NULL
entries,
storing a set of checked variables as an attribute and in the specified environment,
and then returning the updated list of possible IDs.
store_checked_ids(checked_ids, possible_ids, env = .joynenv)
checked_ids |
A vector of variable names that have been checked as possible IDs. |
possible_ids |
A list containing potential identifiers. This list may contain |
env |
An environment where the |
A list of possible IDs with NULL
values removed, and the checked_ids
stored as an attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.