remove_empty_linked_object_cols {salesforcer} | R Documentation |
Remove NA Columns Created by Empty Related Entity Values
Description
This function will detect if there are related entity columns coming back in the resultset and try to exclude an additional completely blank column created by records that don't have a relationship at all in that related entity.
Usage
remove_empty_linked_object_cols(dat, api_type = c("SOAP", "REST"))
Arguments
dat |
data; a |
api_type |
|
Value
tbl_df
; the passed in data, but with the object columns removed
that are empty links to other objects.
[Package salesforcer version 1.0.1 Index]