Downloads on of multiple Thermo Hela/PRTC data files.

getThermoHelaPRTC(src, destdir = ".")

Arguments

src

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.

destdir

Destination directory. Default is ".".

Value

Invisibly return the path of the downloaded files.

See also

downloadData

Author

Laurent Gatto

Examples

if (FALSE) {
getThermoHelaPRTC()
getThermoHelaPRTC("design")
getThermoHelaPRTC("all")
}