# NOT RUN {
read_pptx()
# write a rdocx object in a docx file ----
if( require(magrittr) ){
  read_pptx() %>% print(target = "out.pptx")
  # full path of produced file is returned
  print(.Last.value)
}
# }
Run the code above in your browser using DataLab