extra_attr_values | R Documentation |
Extracts all unique values of an extra attribute occuring in this data frame.
extra_attr_values(data, key)
data |
An interaction data frame with extra_attrs column. |
key |
The name of an extra attribute. |
Note, at the end we unlist the result, which means it works well for attributes which are atomic vectors but gives not so useful result if the attribute values are more complex objects. As the time of writing this, no such complex extra attribute exist in OmniPath.
A vector, most likely character, with the unique values of the extra attribute occuring in the data frame.
extra_attrs_to_cols
has_extra_attrs
with_extra_attrs
filter_extra_attrs
extra_attrs
op <- omnipath(fields = "extra_attrs")
extra_attr_values(op, SIGNOR_mechanism)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.