reduce_data_simple: Reduce datasets in merged format

View source: R/reduce_data_simple.R

reduce_data_simpleR Documentation

Reduce datasets in merged format

Description

Check the community dataset for redundnat taxa and levels and filter them out. This function is simplified due to performance.

Usage

reduce_data_simple(
  data_source_reduce,
  ommit_vars = c("label", "res_age", "age_diff"),
  check_taxa = TRUE,
  check_levels = TRUE
)

Arguments

data_source_reduce

List with community, age, and age_un

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?


HOPE-UIB-BIO/R-Ratepol-package documentation built on March 6, 2024, 7:10 a.m.