makeDirStructure makes the required directory structure for use with easyfulcrum.

makeDirStructure(startdir, projectdirname = NULL)

Arguments

startdir

the directory where the directory structure will be created.

projectdirname

the name of the project, a new directory named after the project will be made under startdir. If NULL, only the subdirectories will be made under startdir.