prSkipRownames: Returns if rownames should be printed for the htmlTable

View source: R/htmlTable_helpers_skipRownames.R

prSkipRownamesR Documentation

Returns if rownames should be printed for the htmlTable

Description

Returns if rownames should be printed for the htmlTable

Usage

prSkipRownames(rnames)

Arguments

rnames

Default row names are generated from rownames(x). If you provide FALSE then it will skip the row names. Note: For data.frames if you do rownames(my_dataframe) <- NULL it still has row names. Thus you need to use FALSE if you want to supress row names for data.frames.


gforge/htmlTable documentation built on Nov. 4, 2023, 12:05 a.m.