Returns a tibble of table names within a WRDS library (schema), with human-readable descriptions where available.
Arguments
- wrds
A
DBIConnectionobject returned bywrds_connect().- library
Character. The name of the library (schema) to query.
Examples
if (FALSE) { # \dontrun{
wrds <- wrds_connect()
list_tables(wrds, "comp")
wrds_disconnect(wrds)
} # }