Learn R Programming

m5 (version 0.1.1)

m5_download: 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)

Value

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

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.

References

Examples

Run this code
# \donttest{
m5_download('data')
# }

Run the code above in your browser using DataLab