This function intitiates a new R-project with the typical folder structure and a 00 setup.R file.

project_setup()

Value

Prints a success message if the directories and setup file are created successfully.

Details

The root directory "10 RCode" is created in the working directory, and its sub-directories are "code", "data", "src", and "out". The function also creates a setup file "00 setup.R" in the "code" sub-directory. This file contains calls to load certain libraries and defines a few utility functions and a color palette. If the 'here' package is not installed, the function stops and asks the user to install it.