reduce_fst_report_dates | R Documentation |
fst
Filesreduce_fst_report_dates()
is the workhorse of coalesce_report_date()
. It
performs the reduce()
operations that sequentially convert fst objects to
tibbles, left join the result, and coalesce the report_date
columns in each
to a single column. The column from .next
gets preference in the
coalesce()
operation.
reduce_fst_report_dates(.accumulated, .next, .by, .pb = NULL)
.accumulated |
The accumulated results from |
.next |
The next data set to reduce |
.by |
The name of the column to use when joining data; defaults to "inv_local_id" |
.pb |
An optional progress bar object created by
|
The reduced and coalesced data as a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.