tar_notebook_pages: Create targets to knit notebook Rmd files

View source: R/tar-notebook.R

tar_notebook_pagesR Documentation

Create targets to knit notebook Rmd files

Description

Create targets to knit notebook Rmd files

Usage

tar_notebook_pages()

Details

The list of targets produced includes:

  • notebook_helper_user, a file for the user's helper R script.

  • notebook_helper, a mirrored copy of the notebook_helper_user

  • one file target for each input Rmd file. Any targets used with tar_read() or tar_load() inside these files are detected and checked for changes.

  • one file target for each output md file.

  • notebook_rmds, a combined target for the input .Rmd files.

  • notebook_mds, a combined target for the output .md files.

Value

A list of targets.


tjmahr/tarnotes documentation built on June 19, 2022, 4:40 a.m.