autocomplete: Function to use the Autocomplete API endpoint of Crunchbase...

Description Usage Arguments Value Author(s) Examples

View source: R/autocomplete function.R

Description

Function to use the Autocomplete API endpoint of Crunchbase API

Usage

1
autocomplete(search_for, within = "", limit = 10)

Arguments

search_for

search_for we are looking for e.g. "Europe" in locations, "Artificial Intelligence" in categories

within

A comma separated list of collection ids to search against e.g. "categories,category_groups". Defaults to all.

limit

Number of entries to be returned at most (min 1, default 10, max 25)

Value

the entities matching the search_for within the specified within and with the limit specified

Author(s)

Layla Rohkohl, byehity@gmail.com

Examples

1
autocomplete(search_for = "Artificial Intelligence", within = "categories", limit = 5)

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