cd: Shorthand for setwd, remembering previous directory A setwd...

View source: R/myutil.R

cdR Documentation

Shorthand for setwd, remembering previous directory A setwd replacement, allowing cd() to be like cd - on unix (return to last dir)

Description

Shorthand for setwd, remembering previous directory A setwd replacement, allowing cd() to be like cd - on unix (return to last dir)

Usage

cd(dir)

Arguments

dir

path to new directory

Examples

## Not run: 
cd("~")     # go HOME
cd()        # return where we were

## End(Not run)


friendly/myutil documentation built on Nov. 1, 2024, 1:01 p.m.