I am trying to add text in powerpoint using r by the officer package but the ph_with_text isn't available?
library(officer)
packageVersion("officer")
officer::ph_with_text
ph_with_text()
Output:
> library(officer)
> packageVersion("officer")
[1] ‘0.6.2’
> officer::ph_with_text
Error: 'ph_with_text' is not an exported object from 'namespace:officer'