convert_query_results: Converts query results

Description Usage Arguments Value

View source: R/results.R

Description

This function converts query results so that they can be more easily consumed by R. The data is transformed into a data.frame, and variables are converted to numeric when possible.

Usage

1

Arguments

query

The query that generated this result

x

The query result

simplify

If TRUE a data.frame with a single column is simplified to a vector

Value

Returns the query results in data.frame format. Column names are derived from the find clause of the query


ParkerICI/datalogr documentation built on Aug. 16, 2021, 10:59 a.m.