records_list_to_tbl | R Documentation |
This function accepts a list representing the parsed JSON recordset In this
case the records are not nested, but can have relationship fields. Each element
in the "records" element is bound to a single row after dropping the attributes
and then returned as one complete tbl_df
of all records.
records_list_to_tbl(x, object_name_append = FALSE, object_name_as_col = FALSE)
x |
|
object_name_append |
|
object_name_as_col |
|
tbl_df
a data frame with each row representing a single element
from the "records" element of the list.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.