Records | R Documentation |
A (possibly nested) data frame of records returned by a static set of query and result parameters
new()
Records$new(df, tbl)
append()
Records$append(other)
save_flat_csv()
Writes the data in the response object to a CSV file.
Records$save_flat_csv(file_path)
save_nested_csvs()
Records$save_nested_csvs(file_path)
expand_col()
Expand a column of nested JSON tables in the response to a list of dataframes.
Records$expand_col(column)
col
(string
)
clone()
The objects of this class are cloneable with this method.
Records$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.