cd: Change directory

View source: R/cd.R

cdR Documentation

Change directory

Description

Wrapper function intended to reduce typing. Sends argument as a character string to setwd function.

Usage

cd(dir)

Arguments

dir

Unquoted text, usually a directory location

Examples

# Move up to parent directory
cd(..)

# Not run: Move to child directory
# cd(child)

thomasgstewart/tgsify documentation built on Aug. 1, 2024, 4:55 p.m.