Description Usage Arguments Value
Search for organisations matching a search term.
1 | org_search(query, country = NULL, page = 1, api_key = networksdb_api_key())
|
query |
search terms |
country |
if not |
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.