pg_update_infos: Update values on a PostgreSQL table

Description Usage Arguments Examples

View source: R/pg_update_infos.R

Description

Update values on a PostgreSQL table.

Usage

1
pg_update_infos(dbname, tbname, field, value, key, id)

Arguments

dbname

A DBI connexion information

tbname

PostgreSQL table name to be updated

field

Field to be updated

value

New value of the field

key

Key of the condition

id

Value of the condition

Examples

1
## See vignette

ahasverus/argostools documentation built on Feb. 22, 2020, 4:35 a.m.