powered by
Returns a character vector of table names within a WRDS library (schema).
list_tables(wrds, library)
A character vector of table names.
A DBIConnection object returned by wrds_connect().
DBIConnection
wrds_connect()
Character. The name of the library (schema) to query.
if (FALSE) { wrds <- wrds_connect() list_tables(wrds, "comp") wrds_disconnect(wrds) }
Run the code above in your browser using DataLab