I just want to know if there is a way to EDIT TEXT of an existing powerpoint presentation with officer package in R.
The base presentation must be edited with updated values monthly, while the images inside remains the same. I know I can locate the attributes of that text values with functions like layout_summary(), layout_properties(), slide_summary(), etc., but can't get a way to edit its values.
Thanks in advance,