View source: R/helper-filter.R
filter_artefact | R Documentation |
Removes sites that sites that have been marked by feature/artefact filter.
filter_artefact(filter, artefacts = NULL)
filter |
vector of strings that contains artefact filter information. |
artefacts |
vector of characters that correspond to feature/artefact filters to be filtered, default: NULL - Filter all. |
vector of logical.
data(rdd) sum(filter_artefact(rdd$filter, c("D")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.