There are 2 methods we’re trying: 1. - Excel files with multiple tabs go directly to SQL warehouse rather than blob - Point R scripts to SQL tables - Put R scripts in Kudu serverless functions 2. - Read Excel files from Azure blob with multiple tabs in R - Put R scripts in Kudu serverless functions In this case, we've tried: azureGetBlob(sc, blob = "XXXX', storageAccount = "XXXX", container = "XXX", directory = "XXXX", resourceGroup = "XXXX", type = "text") and azureGetBlob(sc, blob = "XXXX', storageAccount = "XXXX", container = "XXX", directory = "XXXX", resourceGroup = "XXXX", type = "raw") both do not return the file. I guess, how do I read each individual sheet into R then?
There are 2 methods we’re trying:
In this case, we've tried:
azureGetBlob(sc, blob = "XXXX', storageAccount = "XXXX", container = "XXX", directory = "XXXX", resourceGroup = "XXXX", type = "text")
and
azureGetBlob(sc, blob = "XXXX', storageAccount = "XXXX", container = "XXX", directory = "XXXX", resourceGroup = "XXXX", type = "raw")
both do not return the file. I guess, how do I read each individual sheet into R then?