wml_link_images
From officer v0.3.2
by David Gohel
transform an xml string with images references
The function replace images filenames in an xml string with their id. The wml code cannot be valid without this operation.
Usage
wml_link_images(x, str)
Arguments
- x
an rdocx object
- str
wml string
Details
The function is available to allow the creation of valid wml code containing references to images.
Community examples
Looks like there are no examples yet.