lookupAquisitions: Function to lookup a multiple acquisitions over the Entity...

Description Usage Arguments Value Author(s) Examples

View source: R/lookupAquisitions.R

Description

Function to lookup a multiple acquisitions over the Entity Lookup API Endpoint

Usage

1
lookupAquisitions(acquisitions, please_parse = TRUE, print_error = TRUE)

Arguments

acquisitions

UUID or permalink of the acquisitions 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.

Value

either a data.frame (if please_parse = TRUE) or a list of lists (if please_parse = FALSE)

Author(s)

Layla Rohkohl, byehity@gmail.com

Examples

1
2
lookupAquisitions(c("c62807f2-3487-f63b-e7fc-559b752ed44c", "419cabe1-4d71-5f64-3e9b-c9d0fb445cca"))
lookupAquisitions(list("c62807f2-3487-f63b-e7fc-559b752ed44c", "419cabe1-4d71-5f64-3e9b-c9d0fb445cca"))

Lyrohk/cruncher documentation built on Dec. 17, 2021, 1:17 a.m.