Description Usage Arguments Value
Flattens results of the query.load.execute to a single data frame, if results do match the same structure (column names)
1 2 | query.flatten.results(query.load.execute.results,
idfield.proposed = "query.flatten.results.id")
|
query.load.execute.results |
the results to be processed |
idfield.proposed |
the proposed name of the column storing the row name (extracted from |
list with following fields:
results the resulting data.frame
idfield the name of the column in results preserving the list name of the query (may differ from idfield.proposed in case of name collision)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.