| list_tables | R Documentation |
Returns a character vector of table names within a WRDS library (schema).
list_tables(wrds, library)
wrds |
A |
library |
Character. The name of the library (schema) to query. |
A character vector of table names.
## Not run:
wrds <- wrds_connect()
list_tables(wrds, "comp")
wrds_disconnect(wrds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.