drop_attributes_recursively | R Documentation |
This function wraps the custom drop_attributes
function that removes
elements from Salesforce data parsed to a list where the object type and the
record url persists because they were attributes on the record and not
part of the requested information.
drop_attributes_recursively( x, object_name_append = FALSE, object_name_as_col = FALSE )
x |
|
object_name_append |
|
object_name_as_col |
|
list
containing no 'attributes' elements with the object information
in the column names or the values within an object entitled 'sObject'
.
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.