Combines create_dir
and fill_dir
to create a ready-to-run (via evercast
) directory where indicated.
setup_dir(
main = ".",
settings = directory_settings(),
quiet = FALSE,
verbose = FALSE
)
character
value of the name of the main component of the directory tree.
list
of controls for the directory, with defaults set in directory_settings
.
logical
indicator if progress messages should be quieted.
logical
indicator of whether or not to print out all of the information (and thus just the tidy messages).
The list
of directory settings invisible
-ly.