Adding bullet before statement in powerpoint via officer in R
问题 I am using the officer package in R to create reproducible slides. I can add bullets in front of sentences without problem when the sentences are places in the "body" object of the powerpoint template, but when I try to assign the exact location of the sentence, no bullets are included. Please see the script as below: library(officer) library(dplyr) pptx.output.st00 <- read_pptx() pptx.content1 <- c('sample sentence #1', 'sample sentence #2', 'sample sentence #3') pptx.content2 <- block_list