| check_schema | Get the schema of a set of tables |
| clean_schema | Remove all table items created by loading a schema |
| connect_to_wrds | Create database connection to WRDS back-end databases |
| driver | Return correct version of PostgreSQL Driver |
| explore_schema | List all of the tables and columns available in a schema |
| list_columns | List columns of a table |
| list_schemas | List all schemas that match an (optional) pattern |
| list_tables | List all tables, optionally a subset within a specific schema |
| load_schema | Load all tables in a schema into an environment |
| overwrite_in_renviron | Overwrite an existing variable in the .Renviron file |
| peek | Peek at top n rows of a table |
| query | Query connection with either a sql script or a string |
| read_if_file | Check if string is actually a filename |
| refresh_renviron | Refresh R environment variables |
| search_schema | Search across schema for matching string |
| search_schema_for_column | Search across schema tables for matching column |
| search_schema_for_table | Search across schema for matching table |
| search_wrds | Search WRDS website for documentation |
| set_wrds_pass | Set password for WRDS connection |
| set_wrds_user | Set username for WRDS connection |
| stop_no_pass | Error and suggest user set password |
| stop_no_user | Error and suggest user set username |
| wrds_pass | Get username for WRDS connection |
| wrds_user | Get username for WRDS connection |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.