cd: Change working directory using the cd syntax

Description Usage Arguments Value Note Author(s) References Examples

Description

The function enables changing working directory using the cd syntax.

Usage

1
cd(x = NULL)

Arguments

x

A string giving the directory relative to the current working directory.

Value

None.

Note

None.

Author(s)

Xia Shen

References

None

Examples

1
2
3
4
5
6
7
8
## Not run: 

system('mkdir test')

cd('test')


## End(Not run)

xiashen/sysubiostat documentation built on Aug. 30, 2020, 12:05 a.m.