wrds_tables | R Documentation |
Remember to change the username in the dbConnect call below. Before being able to open the connection, you need to follow the steps
here to set up your .pgpass
file.
Usually this function is used after wrds.inspect() to check what data tables are included in a WRDS product.
For instance if you want to know the tables under tfn for the Thomson Reuters data.
wrds_tables(folder, wrds)
folder |
folder in WRDS that you want to inspect, find it with |
wrds |
connection created with the wrds.connect() function. |
a data.frame containing the WRDS database tables structure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.