Skip to contents

Check the number of relations of the TidySet.

Usage

nRelations(object)

Arguments

object

Object to be coerced or tested.

Value

A numeric value with the number of the relations.

Examples

TS <- tidySet(list(A = letters[1:2], B = letters[5:7]))
nRelations(TS)
#> [1] 5