Create a paragraph representation by concatenating formatted text or images. The result can be inserted in a Word document or a PowerPoint presentation and can also be inserted in a block_list()
call.
All its arguments will be concatenated to create a paragraph where chunks of text and images are associated with formatting properties.
fpar supports ftext(), external_img(), run_* functions (i.e. run_autonum(), run_word_field()) when output is Word, and simple strings.
Default text and paragraph formatting properties can also be modified with function update().
fpar(..., fp_p = fp_par(), fp_t = fp_text_lite(), values =NULL)## S3 method for class 'fpar'update(object, fp_p =NULL, fp_t =NULL,...)
Arguments
...: cot objects (ftext(), external_img())
fp_p: paragraph formatting properties, see fp_par()
fp_t: default text formatting properties. This is used as text formatting properties when simple text is provided as argument, see fp_text().
values: a list of cot objects. If provided, argument ... will be ignored.