org_search: Search for organisations matching a search term.

Description Usage Arguments Value

View source: R/org-search.R

Description

Search for organisations matching a search term.

Usage

1
org_search(query, country = NULL, page = 1, api_key = networksdb_api_key())

Arguments

query

search terms

country

if not NULL (the default) a single ISO2C country code

page

page number (the query result set may have multiple pages; the current page number of the result is a slot in the return value list.)

api_key

see networksdb_api_key()

Value

list with total (# of results for the search), page (the current page number), and results which is a data frame of search results. if nrow() of this data frame is > total then there are more pages available.


hrbrmstr/networksdb documentation built on Feb. 11, 2020, 12:04 a.m.