Description Usage Arguments Value Author(s) Examples
View source: R/lookupEntityCard.R
Takes the entity id to lookup a card and paginate through the entities and parse them into a data.frame
| 1 | lookupEntityCard(entity_card, entity_id, entity_path, please_parse = TRUE)
 | 
| entity_card | card field of interest that will be returned. Only one please! | 
| entity_id | UUID or permalink of the organization you wish to look up | 
| entity_path | Type of entity e.g. organizations | 
| please_parse | to pretty parse the final data.frame e.g. removing nestled lists | 
a list of paginated data.frames
Layla Rohkohl, byehity@gmail.com
| 1 | lookupEntityCard(entity_card = "investors", entity_id = "facebook", entity_path = "organizations")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.