| UploadData | R Documentation |
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)
dataSource |
character. The file to upload. |
fileName |
character. The name of the file after it is uploaded. If not set, defaults to the name of the uploaded file. |
An httr object specifying the form upload content of the file path.
SetupProject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.