powered by
Add number of row attributes for a table
rtf_nrow(tbl)
a data frame with number of row attributes
A data frame
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:::rtf_nrow(tbl)
Run the code above in your browser using DataLab