Create a function that will log a start of an activity to the provided Log Table.

log_start_ff(datetime_field = "log_datetime", schema, log_table)

Arguments

datetime_field

Name of the datetime field. Defaults to log_datetime.

schema

The target schema for the operation.

log_table

Log table name

Value

A function that logs the start of an activity.

See also

tibble mutate,select,reexports

Other logging functions: create_log(), log_error_ff(), log_stop_ff()