list_fields: List out field names of specific tables available from...

Description Usage Arguments Value Author(s) Examples

View source: R/utilities.R

Description

List out field names of specific tables available from OxCOVID19 Database

Usage

1

Arguments

con

A PqConnection class object specifying the PostgreSQL connection to OxCOVID19 Database. This is produced by connect_oxcovid19() function

tab

A character vector specifying table name/s to extract field names from. Must be a value included when a call to list_tables() is issued. Default is character vector of all table names specified by list_tables().

Value

A named list of field names per specified table available from OxCOVID19 Database

Author(s)

Ernest Guevarra

Examples

1

oxcovid19 documentation built on Jan. 13, 2021, 8:50 p.m.