Function to make folders within working directory.

Folder.Maker(x)

Arguments

x

a directory where you want a list of folders created.

Value

Creates folders and will not overwrite any existing folders

Examples

# paths=paste(getwd(),c("maps","plots","data"),sep="/")
# Folder.Maker(paths)