Skip to contents

Dual of attribute_set(): builds a Set over fc$objects.

Usage

object_set(fc, ...)

Arguments

fc

A FormalContext.

...

Object names: a character vector, or several strings.

Value

A Set over fc$objects.

Examples

if (FALSE) { # \dontrun{
object_set(fc, "Squid Game", "Dark")
} # }