update_is_locf: Internal helper; lgl; which updates are LOCF

View source: R/archive.R

update_is_locfR Documentation

Internal helper; lgl; which updates are LOCF

Description

(Not validated:) Must be called inside certain dplyr data masking verbs (e.g., filter or mutate) being run on an epi_archive's DT or a data frame formatted like one.

Usage

update_is_locf(arranged_updates_df, ukey_names, abs_tol)

Arguments

arranged_updates_df

an arranged update data frame like an epi_archive DT

ukey_names

(not validated:) chr; the archive/equivalent key_colnames; must include "version".

abs_tol

(not validated:) as in apply_compactify

Value

lgl


cmu-delphi/epiprocess documentation built on Feb. 22, 2025, 9:26 a.m.