pgn_connect: Connect to PGNAPES

View source: R/pgn_connect.R

pgn_connectR Documentation

Connect to PGNAPES

Description

This function is the mother of all mothers that all other ft_ functions rely on. If not you are doomed.

Usage

pgn_connect(username, password, use_odbc = TRUE)

Arguments

username

your username

password

your password

use_odbc

A boolean (default TRUE) controlling if connection via odbc or ROracle. The latter is generally faster but more difficult to setup.

Value

a database connection


einarhjorleifsson/pgnapes documentation built on July 12, 2022, 8:43 p.m.