run_query: A generic function to run the query in the query slot of a...

Description Usage Arguments Value Methods (by class)

View source: R/query_functions.r

Description

A generic function to run the query in the query slot of a FlashReportQuery object, and return the results in the raw_results slot.

Usage

1
2
3
4
run_query(frq, ...)

## S4 method for signature 'FlashReportQuery'
run_query(frq, con = redshift_connection$con)

Arguments

frq

A FlashReportQuery object.

...

Placeholder for database connection object.

con

The database connection object to run the query through. Defaults to insightsdev.

Value

A FlashReportQuery object.

Methods (by class)


johnchower/flashreport documentation built on May 19, 2019, 3:03 p.m.