powered by
Returns a tabular representation of a relation like a “view” of a relational database table.
relation_table(x, memberships = TRUE)
An object of class relation_table, inheriting from class
relation_table
data.frame.
data.frame
an object inheriting from class relation.
relation
logical; should membership vector (if any) be added to the table?
relation_join()
R <- data.frame(Name = c("David", "John"), Age = c(33, 66), stringsAsFactors = FALSE) R <- as.relation(R) relation_table(R)
Run the code above in your browser using DataLab