kjh_unname_chunks: Unname all unnameable chunks

View source: R/chunk_processing.R

kjh_unname_chunksR Documentation

Unname all unnameable chunks

Description

Unname chunks except 'setup' and flipbookr chunks that have include=FALSE

Usage

kjh_unname_chunks(path, chunk_name_prefix = NULL)

Arguments

path

Path to Rmd or qmd file

chunk_name_prefix

Character string with prefix of chunknames that will be removed. Default: NULL (indicating all chunknames will be removed except the one named 'setup' and any chunks with the include = FALSE option, to protect flipbookr references.)

Value

Unnames chunks, except setup and include=FALSE chunks


kjhealy/kjhslides documentation built on Dec. 30, 2024, 10:30 p.m.