When adding body text to TFL options (global settings), automatically removes any existing default body text entries (__default_NNN) and starts adding new ones from __default_002 onwards.
Usage
# S3 method for class 'TFL_options'
add_body_text(spec, text = NULL, id = NULL, styleRef = NULL, order = NULL)Arguments
- spec
TFL_options object
- text
Character vector of body text lines
- id
Body text identifier (auto-generated as __default_NNN if NULL)
- styleRef
Character vector of style names or result of
f_combine(). Merged with last-win strategy.- order
Order of body text group (auto-assigned if NULL)