rcloud.home {rcloud.support} | R Documentation |
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")
).
rcloud.home(..., user = if (is.null(.session$exec.usr)) "" else .session$exec.usr)
... |
additional path components to append to the RCloud home |
user |
user for which the RCloud home is retrieved, defaults to the current user |
String, full path
Simon Urbanek
rcloud.home()
rcloud.home("foo", "my_file.txt")