error_log: Function to run on error when inserting data into the...

Description Usage Arguments Value Examples

View source: R/error_log.R

Description

Function to run on error when inserting data into the database

Usage

1
error_log(e, dtst)

Arguments

dtst

The dataset from which the error occurred

Value

Logical - TRUE for worked ok.

Examples

1
2
dat <- data.frame()
insert_db(dat)

joeheywood/resdata documentation built on Dec. 21, 2021, 1:17 a.m.