Generate a Quarto document skeleton from an R script
Source:R/scripts.R
cassidy_script_to_quarto.RdReads an R script and asks CassidyAI to create a Quarto document that organizes the analysis with narrative sections, code chunks, and placeholders for results interpretation.
Usage
cassidy_script_to_quarto(
script_path,
output_path = NULL,
doc_type = c("report", "methods", "presentation"),
thread_id = NULL
)