crunchbase_get_details: Get one or more entity endpoints

Description Usage Arguments Details

View source: R/get-details.R

Description

Retrieve data about one or more CrunchBase entities. This is a convenient wrapper around the crunchbase_GET function, with the ability to wait between requests (to avoid usage limits) and exclude entities from your results.

Usage

1

Arguments

paths

a vector or list of paths, for instance c("person/some-name", "person/another-name", "person/somebody") or list(c("person", "some-name"), c("person", "another-name"), c("person", "somebody")). This can also be a data.frame (for instance: the result of crunchbase_get_collection)

df_path

character if paths is a data.frame, this should be the name or integer index of the column containing the query paths. Defaults to "path"

filter

any function that takes as its input a crunchbase node detail and returns as its output either TRUE (include) or FALSE

...

other arguments passed to crunchbase_GET

Details

The return value will be a list where each element is an entity detail node. crunchbase_get_details is useful in conjunction with the results of crunchbase_get_collection (see examples)


tarakc02/rcrunchbase documentation built on Jan. 21, 2021, 7:32 p.m.