# Creating directory using R command
if(!file.exists(“testfolder”)){
dir.create(“testfolder”)
}
Coal Geology and Mining: Consulting Services
Geological Consulting, Data Analysis: hydrogeology, geochemistry and mineral resources, contact:Ankan Basu, PG/CPG, Hyrogeologist/Geochemist
# Creating directory using R command
if(!file.exists(“testfolder”)){
dir.create(“testfolder”)
}