View source: R/create_schema.R
create all the tables in the "polished" schema. The "polished" schema contains the following tables. - accounts - users - apps - app_users - sessions - daily_sessions
1 | create_schema(conn, schema = "polished")
|
conn |
the 'RPostgres' database connection. Only 'RPostgres' is supported. |
schema |
the name of the schema |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.