getThermoHelaPRTC.Rd
Downloads on of multiple Thermo Hela/PRTC data files.
getThermoHelaPRTC(src, destdir = ".")
The name of the file to be downloaded. If missing, a
vector of possible filenames is returned. If "all"
, all
files are downloaded. Alternatively, a pattern can be used to
grep
the files from the output getThermoHelaPRTC()
the
files to be downloaded.
Destination directory. Default is "."
.
Invisibly return the path of the downloaded files.
downloadData
if (FALSE) {
getThermoHelaPRTC()
getThermoHelaPRTC("design")
getThermoHelaPRTC("all")
}