Collection members
Collection members
# S3 method for TKCat
collection_members(x, ...)# S3 method for chMDB
collection_members(x, ...)
# S3 method for chMDB
collection_members(x) <- value
# S3 method for chTKCat
collection_members(x, ...)
# S3 method for fileMDB
collection_members(x, ...)
# S3 method for fileMDB
collection_members(x) <- value
collection_members(x, ...)
collection_members(x) <- value
# S3 method for memoMDB
collection_members(x, ...)
# S3 method for memoMDB
collection_members(x) <- value
# S3 method for metaMDB
collection_members(x, ...)
A dplyr::tibble with the following columns:
collection (character): The name of the collection
cid (character): Collection identifier
resource (character): The name of the resource
mid (integer): The identifier of the member
table (character): The table recording collection information
field (character): The collection field.
static (logical): TRUE if the field value is common to all elements.
value (character): The name of the table column if static is FALSE or the field value if static is TRUE.
type (character): the type of the field. (not necessarily used ==> NA if not)
an object with embedded collection members
names of the collections to focus on. By default, all of them are taken.
the new collection members. A data.frame with the following columns:
collection (character): The name of the collection
cid (character): Collection identifier
resource (character): The name of the resource
mid (integer): The identifier of the member
table (character): The table recording collection information
field (character): The collection field.
static (logical): TRUE if the field value is common to all elements.
value (character): The name of the table column if static is FALSE or the field value if static is TRUE.
type (character): the type of the field. (not necessarily used ==> NA if not)