bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

Add ability to query groups #234

Closed boshek closed 3 years ago

boshek commented 3 years ago

Using either this endpoint:

https://catalogue.data.gov.bc.ca/api/action/package_search?q=groups:data-innovation-program

or this one:

https://catalogue.data.gov.bc.ca/api/3/action/group_show?id=data-innovation-program&include_datasets=true

We could also leverage bcdc_search_facets()

stephhazlitt commented 3 years ago

This makes sense to me. We should try and build on the facet API or refactor those (i.e. better function names) while this is built in?