bcgov / bcdata

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

Upgrade to dbplyr edition 2 #300

Closed ateucher closed 2 years ago

ateucher commented 2 years ago

vis a vis https://dbplyr.tidyverse.org/a…rticles/backend-2.html

boshek commented 2 years ago

Looks good to me. Eventually we also should probably consider dropping the dplyr dependency by registering the methods at load time like arrow does. Thanks for this.