View source: R/quarto_integration.R
| goose_create_quarto | R Documentation |
Generate a complete Quarto document with AI assistance
goose_create_quarto(
title,
author = Sys.info()["user"],
outline,
format = "html",
output_file = NULL
)
title |
Document title |
author |
Document author |
outline |
Topic outline or description |
format |
Output format (html, pdf, docx) |
output_file |
Output file path |
Path to created document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.