rcloud.upload.path {rcloud.support} | R Documentation |
rcloud.upload.path
returns the path for files
that are uploaded using the RCloud upload user interface.
rcloud.upload.path(...)
... |
character vector, optional, additional components that will be added to the path. |
When used without arguments it returns the directory where all
uploaded files go. If additional arguments are used, they consitute
components that are added to the path - see file.path
.
resulting path
Simon Urbanek
rcloud.upload.path()
rcloud.upload.path("test", "foo.txt")