open_delta: Open a connection to MPCA's internal oracle database DELTAW,...

View source: R/open_delta.R

open_deltaR Documentation

Open a connection to MPCA's internal oracle database DELTAW, which houses TEMPO, EQUIS, RAPIDS, ONBASE

Description

Requires access to MPCA's internal network and X-drive.

Usage

open_delta(delta_dsn = NULL)

Details

#' @param delta_dsn The Data Source Name assigned to the ‘DELTAW' database. The default value, 'NULL'. will search your computer’s data sources for "delta" and use the first returned value.

Examples

library(mpcadb)

/dontrun{
open_delta()
}


MPCA-data/mpcadb documentation built on March 29, 2022, 10:05 p.m.