View source: R/npn_partner_groups.R
npn_groups | R Documentation |
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.
npn_groups(use_hierarchy = FALSE, ...)
use_hierarchy |
Boolean indicating whether or not the list of networks
should be represented in a hierarchy. If |
... |
Currently unused. |
A tibble (or nested list if use_hierarchy = TRUE
) of partner
groups, including network_id
and network_name
.
## Not run:
npn_groups()
npn_groups(use_heirarchy = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.