ld_chunk_opts: Apply Chunk Options to a Presentation Object

View source: R/chunk-options.r

ld_chunk_optsR Documentation

Apply Chunk Options to a Presentation Object

Description

This function allows the user to set chunk options for individual elements of a presentation list.

Usage

ld_chunk_opts(pres_obj, chunk_name = NULL, ..., chunk_opts = NULL)

Arguments

pres_obj

the presentation list element whose chunk options should be modified.

chunk_name

the name of the chunk. By default this is NULL, corresponding to no chunk name.

...

named chunk options and their values.

chunk_opts

list of chunk options can be specified. Takes priority over arguments provided to ...

Value

An updated version of the 'pres_obj' object, with updated chunk options.


listdown documentation built on April 3, 2023, 5:42 p.m.