It is natural to define subgroups of samples within larger datasets. This function returns grouping definitions (which we call "facets") for a FacileDataStore.

# S3 method for FacileDataSet
facet_frame(x, name = "default", ...)

facet_frame(x, name = "default", ...)

Arguments

x

An object of a class implementing the FacileInterface

name

The specific facet (grouping) definition to return. Note that this parameter isn't yet used. Only one facet table was originally defined for each FacileDataSet, but we want to enable different facet definitions to be used in the future.

Value

A tibble that defines the dataset,sample_id tuples that belong to each "facet" (group).

See also