lookupAcquisitionCard: Function to lookup and paginate through a single card for a...

Description Usage Arguments Value Author(s) Examples

View source: R/lookupAcquisitionCard.R

Description

Takes the entity id to lookup a card and paginate through the entities and parse them into a data.frame

Usage

1
lookupAcquisitionCard(acquisition_card, acquisition_id, please_parse = TRUE)

Arguments

acquisition_card

card field of interest that will be returned. Only one please!

acquisition_id

UUID or permalink of the acquisition you wish to look up. You can provide more than one.

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.

Value

a data.frame

Author(s)

Layla Rohkohl, byehity@gmail.com

Examples

1
lookupAcquisitionCard(acquisition_card = "degrees", acquisition_id = "mark-zuckerberg")

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