knit_briefing: Create a Word document containing briefing tables

View source: R/knit_briefing.R

knit_briefingR Documentation

Create a Word document containing briefing tables

Description

This function knits a briefing document that uses tables generated in this package to create a Word document. It knits the RMarkdown file jobs_briefing.Rmd that lives in the inst folder of djprlabourdash.

Usage

knit_briefing(path = here::here("inst"), quietly = FALSE, show = TRUE)

Arguments

path

Path to directory where the knitted Word document should be created.

quietly

Passed to rmarkdown::render()'s quiet argument. FALSE by default.

show

Show knitted document when done?

Examples

## Not run: 
knit_briefing(quietly = TRUE)

## End(Not run)

djpr-data/djprlabourdash documentation built on April 28, 2023, 6:16 p.m.