extra_attrs | R Documentation |
Interaction data frames might have an 'extra_attrs' column if this field has been requested in the query by passing the ‘fields = ’extra_attrs' argument. This column contains resource specific attributes for the interactions. The names of the attributes consist of the name of the resource and the name of the attribute, separated by an underscore. This function returns the names of the extra attributes available in the provided data frame.
extra_attrs(data)
data |
An interaction data frame, as provided by any of the
|
Character: the names of the extra attributes in the data frame.
extra_attrs_to_cols
has_extra_attrs
with_extra_attrs
filter_extra_attrs
extra_attr_values
i <- omnipath(fields = "extra_attrs")
extra_attrs(i)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.