ch.newDir: New Subdrectory Function

ch.newDirR Documentation

New Subdrectory Function

Description

This function creates a new subdirectory and moves into it. If the subdirectory already exist, then it just moves into it.

Usage

ch.newDir(mainDir, subDir)

Arguments

mainDir

the directory under which the subdirectory will exist.

subDir

the new subdirectory.

Value

a boolean that specifies whether the subDir already exists (TRUE/FALSE).

Examples

ch.newDir (currentDir, newDir)

ccpluncw/ccpl_R_chutils documentation built on Feb. 28, 2024, 1:17 a.m.