home: Get USERPROFILE or HOME

View source: R/path.R

homeR 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 normalizePath)

Value

normalized value of environment variable USERPROFILE, if defined, else value of HOME.

Examples

home()

toscutil documentation built on June 28, 2024, 5:06 p.m.

Related to home in toscutil...