Download external data for a module if not already present in the module directory or if there is a checksum mismatch indicating that the file is not the correct one.
downloadData(module, path, quiet)# S4 method for character,character,logical
downloadData(module, path, quiet)
# S4 method for character,missing,missing
downloadData(module)
# S4 method for character,missing,logical
downloadData(module, quiet)
# S4 method for character,character,missing
downloadData(module, path)
Character string giving the name of the module.
Character string giving the path to the module directory.
Logical. This is passed to download.file
. Default is FALSE.
Invisibly, a list of downloaded files.