Description Usage Arguments Value Author(s) Examples
View source: R/lookupInvestments.R
Function to lookup multiple investments over the Entity Lookup API Endpoint
1 | lookupInvestments(investments, please_parse = TRUE, print_error = TRUE)
|
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. |
investmentss |
UUID or permalink of the investments you wish to look up |
either a data.frame (if please_parse = TRUE) or a list of lists (if please_parse = FALSE)
Layla Rohkohl, byehity@gmail.com
1 2 | lookupInvestments(c("524986f0-3049-54a4-fa72-f60897a5e61d", "6556ab92-6465-25aa-1ffc-7f8b4b09a476"))
lookupInvestments(list("524986f0-3049-54a4-fa72-f60897a5e61d", "6556ab92-6465-25aa-1ffc-7f8b4b09a476"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.