Description Usage Arguments Value Author(s) Examples
View source: R/lookupFundingRoundCard.R
Takes the entity id to lookup a card and paginate through the entities and parse them into a data.frame
1 2 3 4 5 | lookupFundingRoundCard(
funding_round_card,
funding_round_id,
please_parse = TRUE
)
|
please_parse |
Logical. By default TRUE and will parse your data from a list of data.frames to a final data.frame with empty elements dropping out. |
entity_card |
card field of interest that will be returned. Only one please! |
entity_id |
UUID or permalink of the funding round you wish to look up |
a data.frame
Layla Rohkohl, byehity@gmail.com
1 | lookupFundingRoundCard(funding_round_card = "degrees", funding_round_id = "mark-zuckerberg")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.