utils_dlFile: Check if a file matches given hash, else download it and...

Description Usage Arguments Examples

Description

Check if a file matches given hash, else download it and check again

Usage

1
utils_dlFile(url, destfile, correct_checksum)

Arguments

url

passed to download.file()

destfile

passed to download.file().

correct_checksum

file md5 checksum

Examples

1
utils_dlFile(url=https:/.mysite.com/files/test.csv, destfile="./data", correct_checksum="2c3294272a968ffc91c0c2af2c296988")

CBMR-Single-Cell-Omics-Platform/SCOPfunctions documentation built on May 29, 2021, 3:52 p.m.