Saves the file downloaded in the response object, in the outPath, with filename
.saveAsFile(response, filePath = "", fileName = "", overwrite = FALSE)An http raw response as returned by httr::GET
Path where the file will be saved
Name of the file to save
If TRUE will overwrite files with the same name
(numeric) Result code from 0: done, -1: error, -2: fileExists