org_networks: Search for the public networks owned by an organisation.

Description Usage Arguments Value

View source: R/org-networks.R

Description

Search for the public networks owned by an organisation.

Usage

1
org_networks(id, page = 1, api_key = networksdb_api_key())

Arguments

id

id of an organisation (i.e. returned by org_search())

page

results pagination; see return

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.