add_log_impl: Add columns to log df

View source: R/run-log.R

add_log_implR Documentation

Add columns to log df

Description

Private helper to extact columns from another log tibble and join them onto a bbi_run_log_df

Usage

add_log_impl(.log_df, .impl_func, ...)

Arguments

.log_df

a bbi_run_log_df tibble (the output of run_log())

.impl_func

Implementation function to extract the appropriate log tibble that will be joined against the input tibble.

...

Arguments passed through to .impl_func

Value

The input bbi_run_log_df tibble, with any columns from the tibble output by .impl_func left joined onto it.


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.