Assert that the specified site and lab indices line up
Source:R/checkers.R
assert_site_lab_indices_align.RdAssert that the specified site and lab indices line up
Usage
assert_site_lab_indices_align(site, lab, call = rlang::caller_env())Arguments
- site
vector of integers indicating which site (WWTP) each separate lab-site observation comes frm
- lab
ector of integers indicating which lab the lab-site observations come from
- call
Calling environment to be passed to
cli::cli_abort()for traceback.