folder {StratigrapheR} | R Documentation |
Creates a new folder where wanted if it does not exist yet
folder(dir, name)
dir |
directory containing the folder |
name |
name of the folder |
the directory of the folder itself
folder(tempdir(),"test")