Create Template for Quarto Markdown
create_markdown.Rd
This function creates a HTML or Word template in the current working directory
using a specified Quarto extension. It copies the template files to the
_extensions/
directory and generates a new Quarto markdown (.qmd) file.
Details
Adapted from create_template from https://github.com/The-Kids-Biostats/thekidsbiostats.
The function first checks whether a _extensions/
directory exists in the current working
directory. If not, it creates one. It then copies the necessary extension files from the
package's internal data to the _extensions/
directory. Finally, it creates
a new Quarto markdown file based on the extension template.
By default, the reports
folder will be selected to house the report.
For more details, see the vignette.