records_list_to_tbl {salesforcer} | R Documentation |
Extract tibble based on the "records" element of a list
Description
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.
Usage
records_list_to_tbl(x, object_name_append = FALSE, object_name_as_col = FALSE)
Arguments
x |
|
object_name_append |
|
object_name_as_col |
|
Value
tbl_df
a data frame with each row representing a single element
from the "records" element of the list.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]