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)
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 ... |