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

Description Usage Arguments Value Author(s) Examples

View source: R/lookupEntityCard.R

Description

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

Usage

1
lookupEntityCard(entity_card, entity_id, entity_path, please_parse = TRUE)

Arguments

entity_card

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

entity_id

UUID or permalink of the organization you wish to look up

entity_path

Type of entity e.g. organizations

please_parse

to pretty parse the final data.frame e.g. removing nestled lists

Value

a list of paginated data.frames

Author(s)

Layla Rohkohl, byehity@gmail.com

Examples

1
lookupEntityCard(entity_card = "investors", entity_id = "facebook", entity_path = "organizations")

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