a list of blocks can be used to gather several blocks (paragraphs or tables) into a single object. The function is to be used when adding footnotes for example.
block_list(...)
a list of objects of class fpar
or
flextable
.
# NOT RUN {
img.file <- file.path( R.home("doc"), "html", "logo.jpg" )
bl <- block_list(
fpar(ftext("hello world", shortcuts$fp_bold())),
fpar(
ftext("hello", shortcuts$fp_bold()),
stext(" world", "strong"),
external_img(src = img.file, height = 1.06, width = 1.39)
)
)
# }
Run the code above in your browser using DataLab