Skip to contents

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

Usage

Path_cwd()

Value

A character vector containing the current working directory.

Examples

if (FALSE) {
Path_cwd()
}