davidgohel / officer

:cop: officer: office documents from R
https://ardata-fr.github.io/officeverse/
Other
594 stars 107 forks source link

Replace text at bkm with plots. #590

Closed trekonom closed 1 month ago

trekonom commented 2 months ago

Hey David,

inspired by this recent post on SO this PR add two new convenience functions

to replace text enclosed in a bookmark with a ggplot or a base r plot.

Both functions are simply adaptions from flextable::body_replace_flextable_at_bkm. As an additional feature I added a keep= parameter to preserve the bookmark.

Best S.

davidgohel commented 1 month ago

thanks @trekonom