This function allows the user to set chunk options for individual elements of a presentation list.
ld_chunk_opts(pres_obj, chunk_name = NULL, ..., chunk_opts = NULL)An updated version of the `pres_obj` object, with updated chunk options.
the presentation list element whose chunk options should be modified.
the name of the chunk. By default this is NULL, corresponding to no chunk name.
named chunk options and their values.
list of chunk options can be specified. Takes priority over arguments provided to ...