Returns a list of all groups participating in the NPN's data collection
program. These details can be used to further filter other service endpoints'
results.
Usage
npn_groups(use_hierarchy = FALSE, ...)
Value
A tibble (or nested list if use_hierarchy = TRUE) of partner
groups, including network_id and network_name.
Arguments
use_hierarchy
Boolean indicating whether or not the list of networks
should be represented in a hierarchy. If TRUE, the result will be
returned as a nested list rather than a tibble. Defaults to FALSE.