6
Suppose a data.frame
like this:
tabela <- structure(list(vendedor = structure(1:4, .Label = c("A", "B",
"C", "D"), class = "factor"), Total = c(3300, 440, 1020, 200)), .Names = c("vendedor",
"Total"), row.names = c(NA, -4L), class = c("tbl_df", "tbl",
"data.frame"), drop = TRUE)
How to export it in Excel by placing details such as title, subtitle, size and font formatting of texts and numbers? In this question there are package suggestions to save in Excel, however it is not about how to format the data.