Create a new RStudio project prepared for SIA modules
create_module_project.Rd
The function is designed to be used primarily by RStudio "New Project Wizard". Create a new project by navigating through File > New Project > New Directory > ShinyItemAnalysis Module Project. See RStudio User Guide for the details.
Examples
if (interactive()) {
# create a new SIA module project in the parent of your working directory
create_module_project("../my_new_module")
}