Initiate a paper project

create_paper_project(
  dir,
  title,
  use_git = TRUE,
  use_renv = FALSE,
  edit = interactive()
)

Arguments

dir

directory to create the project in

title

Title of the project

use_git

initiate git or not (default TRUE)

use_renv

initiate renv or not (default FALSE)

edit

Should files to edit be opened.

Value

no return