# NOT RUN {
dryad_files(doi = '10.5061/dryad.1758')
dryad_files(doi = '10.5061/dryad.60699')
# if you have a handle, use handle2doi() to convert to a DOI
(doi <- handle2doi('10255/dryad.153920'))
(files <- dryad_files(doi))
(out <- dryad_fetch(files))
# file sizes in MB
vapply(out, function(x) file.info(x)[["size"]], 1) / 10^6
# }
Run the code above in your browser using DataLab