remove_empty_linked_object_cols | R Documentation |
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.
remove_empty_linked_object_cols(dat, api_type = c("SOAP", "REST"))
dat |
data; a |
api_type |
|
tbl_df
; the passed in data, but with the object columns removed
that are empty links to other objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.