filter_evidences | R Documentation |
Filter evidences by dataset, resource and license
filter_evidences(data, ..., datasets = NULL, resources = NULL, exclude = NULL)
data |
An interaction data frame with some columns containing evidences as nested lists. |
... |
The evidences columns to filter: tidyselect syntax is supported. By default the columns "evidences", "positive", "negative", "directed" and "undirected" are filtered, if present. |
datasets |
A character vector of dataset names. |
resources |
A character vector of resource names. |
exclude |
Character vector of resource names to be excluded. |
The input data frame with the evidences in the selected columns filtered.
only_from
unnest_evidences
from_evidences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.