Learn R Programming

rtables (version 0.6.0)

vpaginate_table: Deprecated - vertically paginate table

Description

This function is deprecated and should not be used.

this function is deprecated. please use paginate_table with a non-null cpp argument instead.

Usage

vpaginate_table(tt, cpp = 40, verbose = FALSE)

Arguments

tt

TableTree (or related class). A TableTree object representing a populated table.

cpp

numeric(1) or NULL. Width (in characters) of the pages for horizontal pagination. NULL (the default) indicates no horizontal pagination should be done.

verbose

logical(1). Should extra debugging messages be shown. Defaults to FALSE.