get_description: Produce a table of all variables from a database

Description Usage Arguments Value Author(s)

Description

Overview of all variables stored in a PostgreSQL database including the respective schema and table as well as the descriptions stored as comments.

Usage

1
2
3
4
get_description(conn, ...)

## S3 method for class 'PostgreSQLConnection'
get_description(conn, ...)

Arguments

conn

A database connection provided by DBI::dbConnect().

...

Further arguments passed to dbGetQuery().

Value

A data frame.

Author(s)

Miguel Alvarez kamapu78@gmail.com


kamapu/vegtables2 documentation built on July 8, 2021, 7:57 a.m.