Learn R Programming

DSSAT (version 0.0.9)

combine_tiers: 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)

Value

a tibble containing the data from the combined tiers

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