home {toscutil} | R Documentation |
Get USERPROFILE or HOME
Description
Returns normalized value of environment variable USERPROFILE, if defined, else value of HOME.
Usage
home(winslash = "/")
Arguments
winslash |
path separator to be used on Windows (passed on to |
Value
normalized value of environment variable USERPROFILE, if defined, else value of HOME.
Examples
home()
[Package toscutil version 2.8.0 Index]