get_prototype: A generic function to grab the correct query prototype and...

Description Usage Arguments Value Methods (by class)

View source: R/query_functions.r

Description

A generic function to grab the correct query prototype and stick it into the query_prototype slot of a FlashReport query.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_prototype(frq)

## S4 method for signature 'auQuery'
get_prototype(frq)

## S4 method for signature 'paQuery'
get_prototype(frq)

## S4 method for signature 'notificationsQuery'
get_prototype(frq)

Arguments

frq

An object that inherits from FlashReportQuery.

Value

A FlashReportQuery object of the same subtype that was input.

Methods (by class)


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