brunobrr / bdc

Check out the vignettes with detailed documentation on each module of the bdc package
https://brunobrr.github.io/bdc
GNU General Public License v3.0
23 stars 7 forks source link

Ensure `version` arg in `taxadb::td_create` #229

Closed kguidonimartins closed 2 years ago

kguidonimartins commented 2 years ago

When omitted, the default value is taxadb::latest_version; which is the opposite of what we want since we have the fixed versions of the databases.

Related to #228.