write_log: Make a log of the updates on the database

View source: R/helper_database.R

write_logR Documentation

Make a log of the updates on the database

Description

Make a log of the database updates. If the log table does not exists it creates it Make a new entry with the timestamp of the update

Usage

write_log(con, tablename, source)

Arguments

con

DBI connection

tablename

the name of the table

source

a manual comment to identify the source of the table

Value

the result from DBI


repana documentation built on May 29, 2024, 10:36 a.m.