Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

remove_empty_linked_object_cols

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 tbl_df or data.frame of a returned resultset

api_type

character; one of "REST", "SOAP", "Bulk 1.0", or "Bulk 2.0" indicating which API to use when making the request.


salesforcer

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.