download_files: download_files

Description Usage Arguments Details Examples

View source: R/download.R

Description

Download raw data files

Usage

1
download_files(path, overwrite = FALSE)

Arguments

path

The path where to download the data files.

overwrite

Whether to overwrite the existing files at the given path. Defaults to FALSE.

Details

Download all available .csv.gz raw trajectory data files for the years 2018-2021 into a specified directory.

Examples

1
2
3
4
## Not run: 
download_files(path = "~/Desktop/raw-data")

## End(Not run)

Amherst-Statistics/valleybikeData documentation built on Sept. 8, 2021, 5:48 a.m.