Scaffolds a new working paper project directory with the files used in the
standard typstR onboarding flow: template.qmd, _quarto.yml,
references.bib, and the bundled typstR Quarto extension.
Usage
create_working_paper(path, title = NULL, open = interactive())Examples
if (FALSE) { # \dontrun{
create_working_paper(
"my-working-paper",
title = "Trade, Policy, and Growth",
open = FALSE
)
render_working_paper("my-working-paper/template.qmd", quiet = TRUE, open = FALSE)
} # }