powered by
Retrieve the column names of the slots of a TidySet.
# S3 method for TidySet dimnames(x)
A list with the names of the columns of the sets, elements and relations.
A TidySet object.
names()
relations <- data.frame( sets = c(rep("a", 5), "b"), elements = letters[seq_len(6)], fuzzy = runif(6) ) TS <- tidySet(relations) dimnames(TS)
Run the code above in your browser using DataLab