| remove_postgres_storage | R Documentation |
Drops the GitStats schema (with all tables and metadata) from the PostgreSQL database, closes the connection, and reverts storage to the default in-memory local backend. Errors if no PostgreSQL backend is currently set.
remove_postgres_storage(gitstats)
gitstats |
A GitStats object. |
A GitStats object (invisibly).
## Not run:
my_gitstats <- create_gitstats() |>
set_postgres_storage(
dbname = "my_database",
host = "localhost",
user = "postgres",
password = "secret"
)
remove_postgres_storage(my_gitstats)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.