powered by
Calculate number of lines broken to for each row of a table
nrow_table(tbl, size, page_size = size, padding = 0.2)
a numeric vector of number of maximum lines broken to for each row
A data frame with attributes or a data frame's rtf_footnote or rtf_source attributes
rtf_footnote
rtf_source
Table size in inches
Page size in inches
Cell padding in inches
The contents of this section are shown in PDF user manual only.
library(dplyr) # required for running example tbl <- iris[c(1:4, 50:54), ] %>% rtf_title(title = "Iris example") %>% rtf_body() r2rtf:::nrow_table(tbl, size = 2.55)
Run the code above in your browser using DataLab