get_connected: Database Connect Function

View source: R/connect_function.R

get_connectedR Documentation

Database Connect Function

Description

Opens connection to Oracle database schemas (RODBC) This function opens RODBC connections to database schemas such as the AFSC schemas. Users will be prompted for username and password. schema defaults to 'AFSC'

Usage

get_connected(schema = "AFSC")

Arguments

schema

The name of the schema to establish a connection with, in quotes. IMPORTANT: TNS.names file must include target schema. Defaults to AFSC.

Examples

get_connected()

JenC36/JACtools documentation built on Oct. 20, 2024, 8:05 a.m.