createFolder: Create a folder

Description Usage Arguments Value Examples

View source: R/miscUtils.R

Description

Creates a folder .name at specified .path If .name already exists at .path, creates a folder called .name_copy_x where x is an auto- incremented integer. Uses forward slashes, yo.

Usage

1

Arguments

path

path to directory where folder should be created

name

name of folder to be created

Value

the path to the newly created folder

Examples

1
createFolder("~/", "newFolder")

kikapp/kikapputils documentation built on May 24, 2021, 10:41 p.m.