uploadMoveItFile | R Documentation |
Upload file to move it server
uploadMoveItFile(baseUrl, tokens, folderId, filePath, fileType)
baseUrl |
Base URL for Move It server |
tokens |
List of auth tokens for MoveIt access |
folderId |
ID for destination folder |
filePath |
Path to file for upload |
fileType |
POST file type ie "text/csv" |
POST content
## Not run:
uploadMoveItFile("someurl.com", tokens, 2346247, "some.csv", "text/csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.