Count number of entries in sqlite3 database tables
bike_db_totals(bikedb, trips = TRUE, city)
| bikedb | A string containing the path to the SQLite3 database. |
|---|---|
| trips | If true, numbers of trips are counted; otherwise numbers of stations |
| city | Optional city for which numbers of trips are to be counted |