powered by
Add labels as new rows in the footer, where all columns are merged.
This is a sugar function to be used when you need to add labels in the footer, a footnote for example.
add_footer_lines(x, values = character(0), top = FALSE)
a flextable object
flextable
a character vector, each element will be added as a new row.
should the row be inserted at the top or the bottom. Default to TRUE.
Other functions that add lines in the table: add_body_row(), add_body(), add_footer_row(), add_footer(), add_header_row(), add_header()
add_body_row()
add_body()
add_footer_row()
add_footer()
add_header_row()
add_header()
Other functions to add rows in header or footer: add_footer_row(), add_footer(), add_header_lines(), add_header_row(), add_header(), separate_header(), set_header_footer_df, set_header_labels()
add_header_lines()
separate_header()
set_header_footer_df
set_header_labels()
# NOT RUN { ft_1 <- flextable(head(iris)) ft_1 <- add_footer_lines(ft_1, values = c("blah 1", "blah 2") ) ft_1 # }
Run the code above in your browser using DataLab