Pass original table attributes assigned through like rtf_page, rtf_title, rtf_body... to subsetted table
because original attributes won't be automatically carried over.
Usage
rtf_subset(tbl, row = 1:nrow(tbl), col = 1:ncol(tbl))
Value
the subsetted data frame tbl_sub with original attributes from tbl
Arguments
tbl
A data frame with attributes.
row
a numeric vector for the row index to keep in the subsetted data.
col
a numeric vector for the column index to keep in the subsetted data.
Specification
The contents of this section are shown in PDF user manual only.