ps_update_metadata: Update MetaData Table

Description Usage Arguments Value

Description

Updates the MetaData table in an SQLite database. Creates a new one if absent. The MetaData and Log tables are ignored. Existing DataUnits and DataDescription values are preserved.

Usage

1
ps_update_metadata(conn = getOption("ps.conn"), rm_missing = TRUE)

Arguments

conn

An SQLiteConnection object.

rm_missing

A flag indicating whether to remove rows that no longer correspond to a column in a table.

Value

An invisible tibble of the new MetaData table.


poissonconsulting/poissqlite documentation built on Sept. 17, 2021, 12:34 a.m.