Learn R Programming

StratigrapheR (version 1.3.1)

folder: 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)

Value

the directory of the folder itself

Arguments

dir

directory containing the folder

name

name of the folder

Examples

Run this code
folder(tempdir(),"test")

Run the code above in your browser using DataLab