Initiate a paper project
create_paper_project(
dir,
title,
use_git = TRUE,
use_renv = FALSE,
edit = interactive()
)
directory to create the project in
Title of the project
initiate git or not (default TRUE)
initiate renv or not (default FALSE)
Should files to edit be opened.
no return