m5_download | R Documentation |
Download and unzip the raw data to the specified directory
m5_download(path, unzip = TRUE)
path |
A directory name to save the zip file |
unzip |
Automatically uznip the file when the downloading is finished.
Default: TRUE. The |
Returns nothing; the result of the function call is the m5.zip
file
downloading and extraction.
If you struggle with timeout problems, please increase the timeout value
using options(timeout=<new_timeout_value>)
m5_download('data')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.