ropensci / bikedata

:bike: Extract data from public hire bicycle systems
https://docs.ropensci.org/bikedata
81 stars 16 forks source link

ensure SQLite3 database has correct tables #14

Closed mpadge closed 7 years ago

mpadge commented 7 years ago

Write a short boolean function to confirm that all bikedb arguments reference a database with the stations, trips, and datafiles tables, and use in all functions which have this argument

mpadge commented 7 years ago

done with this commit