Learn R Programming

RemixAutoML (version 0.4.2)

DownloadCSVFromStorageExplorer: DownloadCSVFromStorageExplorer

Description

DownloadCSVFromStorageExplorer

Usage

DownloadCSVFromStorageExplorer(
  UploadCSVObjectName = "data.csv",
  SaveCSVFilePath = file.path(Root),
  SaveCSVName = "RawData.csv",
  UploadLocation = "Analytics Sandbox/Machine Learning",
  DataStoreName = NULL
)

Arguments

UploadCSVObjectName

Name of the file you uploaded to the Microsoft Azure Storage Explorer

SaveCSVFilePath

Path file to where you want to save your csv in Azure

SaveCSVName

The name you want to give the csv that will be saved

UploadLocation

The location to where the data is saved in the Azure Storage Explorer

DataStoreName

The name of the store in data factory where you uploaded your data