load_schema | R Documentation |
Load all tables in a schema into an environment
load_schema(con, schema, env = parent.frame())
con |
connection to wrds |
schema |
name of schema to use |
env |
environment to assign these variables in |
This is not meant to be used in a production context where more targeted approaches probably make more sense. But for users who are relatively new to using SQL and, for example, want to just load all available crsp tables into memory, this could be useful. Anyway this is probably bad practice, and usually annoys me, but in this case I think it might be useful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.