add_footer_lines | R Documentation |
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)
x |
a |
values |
a character vector or a call to |
top |
should the row be inserted at the top or the bottom. Default to TRUE. |
Other functions for row and column operations in a flextable:
add_body()
,
add_body_row()
,
add_footer()
,
add_footer_row()
,
add_header()
,
add_header_row()
,
delete_columns()
,
delete_part()
,
delete_rows()
,
separate_header()
,
set_header_footer_df
,
set_header_labels()
ft_1 <- flextable(head(iris))
ft_1 <- add_footer_lines(ft_1,
values = c("blah 1", "blah 2")
)
ft_1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.