Skip to contents

This is a dataframe containing the information about all the raw data in this package

Format

A dataframe with 3 columns:

Name

Data Name: the name of the dataset.

URL

Source (URL): the link where the data is downloaded.

Date

Accessed Date: the date when the data is downloaded.

Author

Zehui Yin, yinz39@mcmaster.ca

Examples

data(data_source)
summary(data_source)
#>      Name               URL                 Date           
#>  Length:4           Length:4           Min.   :2024-10-04  
#>  Class :character   Class :character   1st Qu.:2024-10-04  
#>  Mode  :character   Mode  :character   Median :2024-10-04  
#>                                        Mean   :2024-10-14  
#>                                        3rd Qu.:2024-10-14  
#>                                        Max.   :2024-11-16  
head(data_source)
#>                             Name
#> 1                grocery.geojson
#> 2           fall2024_GTFS_static
#> 3 ontario_latest_cropped.osm.pbf
#> 4            hamilton_DA.geojson
#>                                                               URL       Date
#> 1                            https://overpass-turbo.eu/index.html 2024-10-04
#> 2                       https://opendata.hamilton.ca/GTFS-Static/ 2024-10-04
#> 3 https://download.geofabrik.de/north-america/canada/ontario.html 2024-10-04
#> 4                                     https://censusmapper.ca/api 2024-11-16