View source: R/get_all_tables_data.R
get_all_tables_data | R Documentation |
data.frame
Get data from all tables in a schema. Each as a separate data.frame
get_all_tables_data(
pool_conn,
schemaname = "public",
prefix = "",
table_types = c("BASE TABLE", "FOREIGN", "VIEW", "LOCAL TEMPORARY"),
env = globalenv()
)
pool_conn |
A pool connection to a PostgreSQL database |
schemaname |
The schema from which to get the tables. Default is public |
prefix |
String to prefix the variables with |
table_types |
The types of tables to connect to. Default is base tables, foreign tables, views and local temporary tables |
env |
The environment in which to create the variables. Default is global environment |
A data.frame
for each of the tables in the specified schema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.