This commit is contained in:
hong-revo 2018-05-14 04:59:33 +10:00
Родитель c8b3c38b1d
Коммит 47c60861a0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -87,7 +87,7 @@ do_storage_call <- function(endpoint, path, options=list(), headers=list(), body
handler <- get(paste0(handler, "_for_status"), getNamespace("httr"))
handler(response)
# if file was written to disk, content(*) will read it back into memory!
# if file was written to disk, printing content(*) will read it back into memory!
if(inherits(response$content, "path"))
return(NULL)