Skip to content

7yl4r/quartobatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quartobatch

Batch generate quarto reports from a common template across a dataset.

Usage

Website Deployment

It is recommended to deploy your quarto website to GitHub pages using the quarto CLI:

quarto publish

To Create a New Batch:

  1. Use create_batch R function:
    source("create_batch.R")
    create_batch("testBatchName", "testExampleValue")
  2. in the new {batch_name} folder, modify getData & getListOfValues to work with your data.
  3. modify the {batch_name}/template.yml

Attribution

This project is powered by the quartobatch template.


Additional Notes

The quartobatch template is a generalized implementation inspired by the following projects:

About

Batch generate quarto reports from a common template across a dataset.

Resources

Stars

Watchers

Forks

Contributors