This function will create a new project directory for you with subdirectories, and .Rmd and .R templates.
create_project(name = "my_project", type = "html")
# Create a new project with html report
# create_project(name = 'my_project', type = 'html')