Learn R Programming

wizaRdry (version 0.6.4)

oracle.query: Perform a direct Oracle query with minimal processing

Description

Perform a direct Oracle query with minimal processing

Usage

oracle.query(query, pii = FALSE, schema = NULL)

Value

A data frame with the query results

Arguments

query

The SQL query to execute

pii

Logical; if FALSE (default), remove fields marked as PII. TRUE keeps PII.

schema

Optional schema name to qualify table names in the query