deleteRemoteFile: Delete a file from the remote R session.
Description
Delete a file from the working directory of the remote R session.
Usage
deleteRemoteFile(filename)
Arguments
filename
Name of the file to delete.
Details
Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352
Value
TRUE
if successful.
See Also
Examples
## Not run:
deleteRemoteFile("c:/data/test.csv")
## End(Not run)