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