Skip to contents

This function returns the user's home directory as a character vector, similar to Python's pathlib.Path.home() method.

Usage

Path_home()

Value

A character vector containing the user's home directory path.

Examples

if (FALSE) {
Path_home()
}