Description Usage Arguments Value
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.
1 | convert_query_results(query, x, simplify = TRUE)
|
query |
The query that generated this result |
x |
The query result |
simplify |
If |
Returns the query results in data.frame
format. Column names are derived
from the find
clause of the query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.