| show,TidySet-method {BaseSet} | R Documentation |
Method to show the TidySet object
Description
Prints the resulting table of a TidySet object. Does not shown elements or
sets without any relationship (empty sets). To see them use sets() or
elements().
Usage
## S4 method for signature 'TidySet'
show(object)
Arguments
object |
A TidySet |
Value
A table with the information of the relationships.
[Package BaseSet version 0.9.0 Index]