simplify_report_metadata | R Documentation |
reportMetadata
property of a reportThis function accepts the Id of a report in Salesforce and returns its
reportMetadata
property with modifications made so that the report
will return a dataset that is closer to a tidy format. More specifically, the
data will be detailed data (not any report aggregates) in a tabular format
with no filters, grand totals, or subtotals.
simplify_report_metadata(report_id, verbose = FALSE)
report_id |
|
verbose |
|
list
; a list representing the reportMetadata
property of
the report id provided, but with adjustments made.
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.