readMoveItFile | R Documentation |
Function to download a file from the FTP server
readMoveItFile(baseUrl, tokens, id, fileType = "csv")
baseUrl |
Base URL for Move It server |
tokens |
List of auth tokens for MoveIt access |
id |
file id |
fileType |
csv or xlsx |
A dataframe of the identified file
## Not run:
df <- readMoveItFile("someurl.com", 626235843, tokens, "csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.