create_folder: Takes in a string and creates a new folder with that name.

Description Usage Arguments Value Examples

View source: R/create_folder.R

Description

String path can contain multiple folders that do not exist yet, separated by "/". It returns the new path name, in case it needs to be assigned to a variable.

Usage

1
create_folder(folder)

Arguments

folder

Path (string) of the new directory to be created.

Value

The input parameter "folder" that indicates the path of the new folder.

Examples

1
create_folder("Sub1/Sub2")

kazeera/kazutils documentation built on March 7, 2021, 10:59 p.m.