oracleQuery: oracleQuery

Description Usage Arguments Value

View source: R/oracleQuery.R

Description

This function performs SQL queries to a database and returns the results.

Usage

1
oracleQuery(query, config = config, update = F, data = T)

Arguments

query

SQL query in a character string

update

set to 'TRUE' if the query is an update. (default = 'FALSE')

data

set to 'TRUE' if the query returns data (default = 'TRUE')

configFile

location of the config file (default = 'config')

Value

the result of the query (data.frame)


aneuraz/DWHtools2 documentation built on Sept. 6, 2019, 8:11 p.m.