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
)

Arguments

main

character value of the name of the main component of the directory tree.

settings

list of controls for the directory, with defaults set in directory_settings.

quiet

logical indicator if progress messages should be quieted.

verbose

logical indicator of whether or not to print out all of the information (and thus just the tidy messages).

Value

The list of directory settings invisible-ly.