View source: R/reduce_data_simple.R
reduce_data_simple | R Documentation |
Check the community dataset for redundnat taxa and levels and filter them out. This function is simplified due to performance.
reduce_data_simple(
data_source_reduce,
ommit_vars = c("label", "res_age", "age_diff"),
check_taxa = TRUE,
check_levels = TRUE
)
data_source_reduce |
List with |
ommit_vars |
Character vector with names of columns to omit in community data. |
check_taxa |
Logical. Should columns be check for redundnat data? |
check_levels |
Logical. Should rows be check for redundnat data? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.