m5_download: Download and unzip the raw data to the specified directory

View source: R/download.R

m5_downloadR Documentation

Download and unzip the raw data to the specified directory

Description

Download and unzip the raw data to the specified directory

Usage

m5_download(path, unzip = TRUE)

Arguments

path

A directory name to save the zip file

unzip

Automatically uznip the file when the downloading is finished. Default: TRUE. The exdir argument in the unzip function is the directory name the file was downloaded into.

Value

Returns nothing; the result of the function call is the m5.zip file downloading and extraction.

Note

If you struggle with timeout problems, please increase the timeout value using options(timeout=<new_timeout_value>)

References

Examples


m5_download('data')



m5 documentation built on Sept. 12, 2022, 9:05 a.m.