add_relationship | R Documentation |
Add relationship(s) to an xpose_set
add_relationship(xpdb_s, ..., .warn = TRUE, .remove = FALSE)
remove_relationship(xpdb_s, ...)
xpdb_s |
< |
... |
< |
.warn |
< |
.remove |
< |
An xpose_set
object with relationships added
xpdb_set %>%
add_relationship(mod1~fix2) # ouroboros
xpdb_set %>%
remove_relationship(fix1~mod2) # split down the middle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.