format_raw_results: A generic function to format the raw_results slot of a...

Description Usage Arguments Value Methods (by class)

View source: R/query_functions.r

Description

A generic function to format the raw_results slot of a FlashReportQuery object into a standardized format that can be rbinded with all other results.

Usage

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

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

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

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

Arguments

frq

An object that inherits from FlashReportQuery.

Value

A FlashReportQuery object of the same subtype that was input. The final_results slot contains a data.frame with columns (user_group, date_range, variable, value).

Methods (by class)


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