Meant for internal use, as there are internal objects as arguments.
cloudDownload( outputHash, newFileName, gdriveLs, cacheRepo, cloudFolderID, drv = getOption("reproducible.drv", RSQLite::SQLite()), conn = getOption("reproducible.conn", NULL) )
outputHash | The |
---|---|
newFileName | The character string of the local filename that the downloaded object will have |
gdriveLs | The result of |
cacheRepo | A repository used for storing cached objects.
This is optional if |
cloudFolderID | A googledrive dribble of a folder, e.g., using |
drv | an object that inherits from DBIDriver, or an existing DBIConnection object (in order to clone an existing connection). |
conn | A DBIConnection object, as returned by
|