store_checked_ids {joyn} | R Documentation |
store checked variables as possible ids
Description
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.
Usage
store_checked_ids(checked_ids, possible_ids, env = .joynenv)
Arguments
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 |
Value
A list of possible IDs with NULL
values removed, and the checked_ids
stored as an attribute.
[Package joyn version 0.2.4 Index]