Takes either a file path or a dataframe and returns output for POST that specifies
the file object via form upload. This function is meant to facilitate uploading
CSV data sources into DataRobot, such as through SetupProject
.
UploadData(dataSource, fileName = NULL)
An httr object specifying the form upload content of the file path.
character. The file to upload.
character. The name of the file after it is uploaded. If not set, defaults to the name of the uploaded file.
SetupProject