Description Usage Arguments Examples
Check if a file matches given hash, else download it and check again
1 | utils_dlFile(url, destfile, correct_checksum)
|
url |
passed to download.file() |
destfile |
passed to download.file(). |
correct_checksum |
file md5 checksum |
1 | utils_dlFile(url=https:/.mysite.com/files/test.csv, destfile="./data", correct_checksum="2c3294272a968ffc91c0c2af2c296988")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.