getinitwd: Get Initial Working Directory

getinitwdR Documentation

Get Initial Working Directory

Description

getinitwd() returns an absolute filepath representing the working directory at the time of loading this package.

Usage

getinitwd()
initwd

Value

character string, or NULL if the initial working directory is not available.

Examples

cat("\ninitial working directory:\n"); getinitwd()
cat("\ncurrent working directory:\n"); getwd()

ArcadeAntics/this.path documentation built on July 27, 2024, 12:05 a.m.