Determines if one community is a superset of another

.issuperset(a, b)

Arguments

a

A community, possibly a subset of b

b

The reference community

Value

TRUE if a is a superset of b; FALSE otherwise

Examples

ISSUPERSET(a, b)
#> Error in ISSUPERSET(a, b): could not find function "ISSUPERSET"