folder {StratigrapheR} | R 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")
[Package StratigrapheR version 1.3.1 Index]