download_data: Download and Extract data from online sources

Description Usage Arguments Details Value Examples

View source: R/download_data.R

Description

Download and extract data from preset online sources, specifying the name of the dataset.

Usage

1
download_data(dataset = NULL)

Arguments

dataset

String containing the name of the dataset. Valid values include: - "hk_accidents" - "hk_casualties" - "hk_vehicles"

Details

This supersedes the method for pulling hk_accidents, hk_casualties, and hk_vehicles due to the size of the data file. Refer to https://hong-kong-districts-info.github.io/hkdatasets/ to access the data documentation for three datsets.

Value

A data frame is returned.

Examples

1
2
# You can download and return a dataset with the following code:
download_data(dataset = "hk_vehicles")

hkdatasets documentation built on Sept. 5, 2021, 5:17 p.m.