sql.query: Perform a direct SQL query with minimal processing
Description
Perform a direct SQL query with minimal processing
Usage
sql.query(query, pii = FALSE)
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.