get_app_connection: Get the app connection from the environment

View source: R/get_app_connection.R

get_app_connectionR Documentation

Get the app connection from the environment

Description

Call the app connection. The connection is set in the function set_app_connection.

Usage

get_app_connection()

Value

returns a the app connection to the app data.

Examples

# 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()


openappr documentation built on Oct. 4, 2024, 9:07 a.m.