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.
Usage
UploadData(dataSource)
Arguments
dataSource
character. The file to upload.
Value
An httr object specifying the form upload content of the file path.