WRDS Tables
wrds_schema_tables.Rd
Get all available tables under a schema.
Arguments
- conn
Database connection to WRDS created with wrds_connect.
- schema
Name of WRDS schema, e.g.,
"crsp"
.
Value
A tibble with the following columns:
table_schema
:schema
.table_name
: Table name. Use wrds_table_columns to query column names of a table.table_type
: Table type. One of"BASE TABLE"
,"VIEW"
or"FOREIGN TABLE"
.