# NOT RUN {
ft_1 <- flextable(head(iris))
ft_1 <- add_footer_row(ft_1,
values = "blah blah", colwidths = 5
)
ft_1 <- add_footer_row(ft_1,
values = c("blah", "blah"),
colwidths = c(3, 2)
)
ft_1
# }
Run the code above in your browser using DataLab