Description Usage Arguments Value Author(s) Examples
View source: R/lookupFundingRounds.R
Function to lookup a multiple funding rounds over the Entity Lookup API Endpoint
1 | lookupFundingRounds(funding_rounds, please_parse = TRUE, print_error = TRUE)
|
funding_rounds |
UUID or permalink of the funding rounds you wish to look up |
please_parse |
Logical. By default TRUE. If set to FALSE, it will return the data directly from the JSON, if set to TRUE, it will parse it into a data.frame object |
print_error |
Logical. Default to TRUE and thus if the request fails, an error message will be printed out. |
either a data.frame (if please_parse = TRUE) or a list of lists (if please_parse = FALSE)
Layla Rohkohl, byehity@gmail.com
1 2 | lookupFundingRounds(c("8a945939-18e0-cc9d-27b9-bf33817b2818", "d950d7a5-79ff-fb93-ca87-13386b0e2feb"))
lookupFundingRounds(list("8a945939-18e0-cc9d-27b9-bf33817b2818", "d950d7a5-79ff-fb93-ca87-13386b0e2feb"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.