cranvas (version 0.8.5)

remove_link: Remove the linking in mutaframes

Description

This function removes the linking (listeners) in mutaframes.

Usage

remove_link(data, id = link_id(data))

Arguments

id
a character vector of id's of linking listeners (can be obtained as the returned value of link_cat and link_knn); by default it is a vector of all id's for linking
data
a mutaframe created by qdata

Value

the listeners are removed

See Also

link_knn, link_cat

Examples

Run this code
## see ?link_cat

Run the code above in your browser using DataCamp Workspace