rcloud.home {rcloud.support}R Documentation

Get path in user's RCloud home directory

Description

rcloud.home constructs a path based on user's RCloud home directory. Every user in RCloud has a dedicated RCloud home directory. That directory is typically different from user's unix home as that may not even exist depending on the installation. The RCloud home is also the location of the private library that evey RCloud user has (rcloud.home("library")).

Usage

rcloud.home(..., user = if (is.null(.session$exec.usr)) "" else .session$exec.usr)

Arguments

...

additional path components to append to the RCloud home

user

user for which the RCloud home is retrieved, defaults to the current user

Value

String, full path

Author(s)

Simon Urbanek

See Also

rcloud.upload.path

Examples

Run examples

rcloud.home()
rcloud.home("foo", "my_file.txt")

[Package rcloud.support version 2.3-1 Index]