Learn R Programming

oxcovid19 (version 0.1.2)

list_tables: List out names of tables available from OxCOVID19 Database

Description

List out names of tables available from OxCOVID19 Database

Usage

list_tables(con = connect_oxcovid19())

Arguments

con

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

Value

A vector of table names available from OxCOVID19 Database

Examples

Run this code
# NOT RUN {
list_tables()

# }

Run the code above in your browser using DataLab