append an image into a paragraph of an rdocx object.
This function will be deprecated in the next release because it is not
efficient and make users write complex code. Use instead fpar()
to build
formatted paragraphs.
slip_in_img(x, src, style = NULL, width, height, pos = "after")
an rdocx object
image filename, the basename of the file must not contain any blank.
text style
height in inches
height in inches
where to add the new element relative to the cursor, "after" or "before".