microsoft / AzureSMR

AzureSMR is no longer being actively developed. For ongoing support of Azure in R, see: https://github.com/Azure/AzureR
Other
60 stars 43 forks source link

AzurePutBlob should take contenttype as an argument #122

Open BenCarlsen opened 5 years ago

BenCarlsen commented 5 years ago

AzureSMR::AzurePutBlob defaults to calling the wrapped AzureSMR:::callAzureStorageApi with the argument contenttype = "text/csv; charset=UTF-8". The user-facing function should also take contenttype as an argument.