bike_cities             List of cities currently included in bikedata
bike_daily_trips        Extract daily trip counts for all stations
bike_datelimits         Extract date-time limits from trip database
bike_db_totals          Count number of entries in sqlite3 database
                        tables
bike_demographic_data   Static summary of which systems provide
                        demographic data
bike_distmat            Extract station-to-station distance matrix
bike_latest_files       Check whether files in database are the latest
                        published files
bike_match_matrices     Match rows and columns of distance and trip
                        matrices
bike_rm_db              Remove SQLite3 database generated with
                        'store_bikedat()'
bike_rm_test_data       Removes test data written with
                        'bike_write_test_data()'
bike_stations           Extract station matrix from SQLite3 database
bike_stored_files       Get names of files read into database
bike_summary_stats      Extract summary statistics of database
bike_test_data          Test data for all 6 cities
bike_tripmat            Extract station-to-station trip matrix or
                        data.frame from SQLite3 database
bike_write_test_data    Writes test data bundled with package to zip
                        files
bikedata                Download and aggregate data from public bicycle
                        hire systems
dl_bikedata             Download hire bicycle data
index_bikedata_db       Add indexes to database created with
                        store_bikedata
store_bikedata          Store hire bicycle data in SQLite3 database
