The long membership table: one row per (table, collection) pair, with the
basis on which that membership was decided — a rule expression, or a
curator. Use this to ask the inverse question: what collections is a given
table in?
Usage
irw_collection_members(tables = NULL, collection = NULL)
Arguments
- tables
Optional character vector. Restrict to these table names.
- collection
Optional character vector. Restrict to these collections.
Value
A tibble with columns table, collection, basis.
Examples
if (FALSE) { # \dontrun{
irw_collection_members(tables = "frac20")
irw_collection_members(collection = "q_matrix")
} # }