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

View source: R/utils_files.R

create_folderR Documentation

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

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

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.


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.