Learn R Programming

wrds (version 0.0.1)

list_tables: List tables in a library

Description

Returns a character vector of table names within a WRDS library (schema).

Usage

list_tables(wrds, library)

Value

A character vector of table names.

Arguments

wrds

A DBIConnection object returned by wrds_connect().

library

Character. The name of the library (schema) to query.

Examples

Run this code
if (FALSE) {
wrds <- wrds_connect()
list_tables(wrds, "comp")
wrds_disconnect(wrds)
}

Run the code above in your browser using DataLab