View source: R/get_app_connection.R
get_app_connection | R Documentation |
Call the app connection. The connection is set in the function set_app_connection
.
get_app_connection()
returns a the app connection to the app data.
# Establish a connection to the PostgreSQL database
set_app_connection(
dbname = "vmc",
host = "apps-server.idems.international",
port = 5432,
user = "vmc",
password = "LSQkyYg5KzL747"
)
get_app_connection()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.