This function generates a Quarto Markdown (.qmd) file with predefined metadata and a sample table.

write_qmd(path, path_html, path_css)

Arguments

path

Character string specifying the output file path for the .qmd file.

path_html

Character string specifying the path to an HTML file to be included before the body of the document.

path_css

Character string specifying the path to a CSS file for styling the document.

Value

None. The function writes a .qmd file to the specified path.

Details

The function creates a Quarto Markdown file with metadata fields such as title, author, date, and format settings. The HTML file specified in path_html is included before the body, and the CSS file specified in path_css is used for styling. The generated document includes an example of a table with a caption.