combine_tiers: Efficiently combine data from two data tiers into one

View source: R/combine_tiers.R

combine_tiersR 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


DSSAT documentation built on Nov. 9, 2023, 1:08 a.m.