Learn R Programming

r2rtf (version 1.0.2)

rtf_nrow: Add Number of Row Attributes for a Table

Description

Add number of row attributes for a table

Usage

rtf_nrow(tbl)

Value

a data frame with number of row attributes

Arguments

tbl

A data frame

Specification

The contents of this section are shown in PDF user manual only.

Examples

Run this code
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