rcloud.upload.path {rcloud.support}R Documentation

Get file upload location.

Description

rcloud.upload.path returns the path for files that are uploaded using the RCloud upload user interface.

Usage

rcloud.upload.path(...)

Arguments

...

character vector, optional, additional components that will be added to the path.

Details

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.

Value

resulting path

Author(s)

Simon Urbanek

Examples

Run examples

rcloud.upload.path()
rcloud.upload.path("test", "foo.txt")

[Package rcloud.support version 2.3-1 Index]