R/pathlib.R
Path_cwd.Rd
This function returns the current working directory as a character vector, similar to Python's pathlib.Path.cwd() method.
pathlib.Path.cwd()
Path_cwd()
A character vector containing the current working directory.
if (FALSE) { Path_cwd() }