creat_folder: Title creates a new folder or directory

View source: R/creat_folder.R

creat_folderR Documentation

Title creates a new folder or directory

Description

creat_folder creates a new folder or directory at the specified path and returns information about the created folder.

Usage

creat_folder(f1, f2 = NULL, f3 = NULL, return = NULL)

Arguments

f1

The name of the first level folder.

f2

The name of the second level folder (optional).

f3

The name of the third level folder (optional).

return

An optional parameter to specify the information to return.

Value

A list with the folder_name and abspath

Examples

creat_folder("1-result")

IOBR/IOBR documentation built on April 4, 2024, 1:07 a.m.