powered by
prepend chunks (for example chunk as_chunk()) in a flextable.
as_chunk()
prepend_chunks(x, ..., i = NULL, j = NULL, part = "body")
a 'flextable' object, see flextable-package to learn how to create 'flextable' object.
chunks to be prepended, see as_chunk(), gg_chunk() and other chunk elements for paragraph.
gg_chunk()
row selector, see section Row selection with the i parameter in <Selectors in flextable>.
i
Selectors in flextable
column selector, see section Column selection with the j parameter in <Selectors in flextable>.
j
part selector, see section Part selection with the part parameter in <Selectors in flextable>. Value 'all' is not allowed by the function.
part
Other functions for mixed content paragraphs: append_chunks(), as_paragraph(), compose()
append_chunks()
as_paragraph()
compose()
x <- flextable(head(iris)) x <- prepend_chunks( x, i = 1, j = 1, colorize(as_b("Hello "), color = "red"), colorize(as_i("World"), color = "magenta") ) x
Run the code above in your browser using DataLab