R/pathlib.R
Path_home.Rd
This function returns the user's home directory as a character vector, similar to Python's pathlib.Path.home() method.
pathlib.Path.home()
Path_home()
A character vector containing the user's home directory path.
if (FALSE) { Path_home() }