Batch generate quarto reports from a common template across a dataset.
It is recommended to deploy your quarto website to GitHub pages using the quarto CLI:
quarto publish- Use create_batch R function:
source("create_batch.R") create_batch("testBatchName", "testExampleValue")
- in the new {batch_name} folder, modify getData & getListOfValues to work with your data.
- modify the {batch_name}/template.yml
This project is powered by the quartobatch template.
The quartobatch template is a generalized implementation inspired by the following projects:
- FCRWQDC_data_ingest : Applies a common template across water quality analytes & data providers from multiple data file sources
- seus-mbon-cruise-ctd-processing : Applies a common template across CTD casts and research cruises.