search_entity: Function to use the Search API endpoint of Crunchbase API

Description Usage Arguments Value Author(s) Examples

View source: R/search entity function.R

Description

Searches for an entity. You need to specify which entity e.g. organization, person, etc. it is and provide a json body. See helper functions make_order and make_query for this.

Usage

1
search_entity(path = "organizations", body)

Arguments

path

What are you searching for? Default: organizations. Other options include: organizations

body

The JSON body that specifies the query, order, limit etc.

Value

JSON response

Author(s)

Layla Rohkohl, byehity@gmail.com

Examples

1
ipos_data <- search(path = "ipos", body = predefinedBody)

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