Description Usage Arguments Value
Run filter on any StoX related data source
1 2 3 4 5 6 | filterData(
inputData,
filterExpression,
propagateDownwards = TRUE,
propagateUpwards = FALSE
)
|
inputData |
An input data. Can be a list of biotic data (StoX data type |
filterExpression |
Filter expression in list of strings. The name of the list and structures should be identical to the names of the input data list. |
propagateDownwards |
Whether the filter action will propagate in the downwards direction. Default to TRUE. |
propagateUpwards |
Whether the filter action will propagate in the upwards direction. Default to FALSE. |
An object of filtered data in the same format as the input data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.