grambank / rgrambank

R package to access and analyse Grambank's CLDF data
Apache License 2.0
3 stars 1 forks source link

replace "table" with dplyr::tbl()" #32

Closed HedvigS closed 9 months ago

HedvigS commented 10 months ago

Unless I'm mistaken, we don't need the "table" function in db, we can manage with just straight dplyr::tbl.

HedvigS commented 10 months ago

The test for db passes.

HedvigS commented 9 months ago

@SimonGreenhill I hope it's okay that I merge this since Forkel has approved it.