library(officer)
std_border <- fp_border(color = "orange")
ft <- flextable(head(iris))
ft <- border_remove(x = ft)
# add a border on the left edge of the table
ft <- vline_left(ft, border = std_border)
ft
Run the code above in your browser using DataLab