Returns a tibble()
of all codes (or names) for a specified API group.
Arguments
- api
An httr2 response object created with
init_api()
.- endpoint_group
String. A valid API group name which can be found by calling
list_group_names()
.
Returns a tibble()
of all codes (or names) for a specified API group.
An httr2 response object created with init_api()
.
String. A valid API group name which can be found by calling list_group_names()
.