Adds the necessary helper files to an existing quarto project and edits the _quarto.yml file accordingly. A demo file for webexercises will be added and optionally rendered.
add_to_quarto(
quarto_dir = ".",
include_dir = "include",
output_format = c("html")
)
The base directory for your quarto project
The directory where you want to put the css and js files (defaults to "include")
The format you want to add webexercises to (only html for now)
No return value, called for side effects.