folder: Creates a new folder where wanted if it does not exist yet

View source: R/folder.R

folderR Documentation

Creates a new folder where wanted if it does not exist yet

Description

Creates a new folder where wanted if it does not exist yet

Usage

folder(dir, name)

Arguments

dir

directory containing the folder

name

name of the folder

Value

the directory of the folder itself

Examples

folder(tempdir(),"test")


StratigrapheR documentation built on July 9, 2023, 6:02 p.m.