as.data.frame.dataquieR_resultset: Convert a full 'dataquieR' report to a 'data.frame'

View source: R/as.data.frame.dataquieR_resultset.R

as.data.frame.dataquieR_resultsetR Documentation

Convert a full dataquieR report to a data.frame

Description

converts a dataquieR report to a data.frame. Intended for use in pipelines.

Usage

## S3 method for class 'dataquieR_resultset'
as.data.frame(x, ...)

Arguments

x

dataquieR report

...

not used

Value

a data.frame with one row per indicator call, one column implementationform naming the called indicator function, one column per function argument and one additional column containing the results of each call as a list.


dataquieR documentation built on July 26, 2023, 6:10 p.m.