combine_tiers {DSSAT}R Documentation

Efficiently combine data from two data tiers into one

Description

Efficiently combine data from two data tiers into one

Usage

combine_tiers(tier1, tier2, use_collapse_rows = FALSE, force_bind_rows = FALSE)

Arguments

tier1, tier2

a tibble for each tier of data

use_collapse_rows

a length-one logical vector that indicates whether rows should be collapsed before join

Value

a tibble containing the data from the combined tiers


[Package DSSAT version 0.0.9 Index]