ld_chunk_opts {listdown}R 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.


[Package listdown version 0.5.7 Index]