final: Return the last n rows or columns

View source: R/row-col-fns.R

finalR Documentation

Return the last n rows or columns

Description

This is a convenience function to use in row and column specifications. In that context, it returns the last n row or column numbers of the huxtable.

Usage

final(n = 1)

Arguments

n

Number of rows to return.

Details

Technically, final returns a two-argument function - see rowspecs for more details.

Examples

set_bold(jams, final(2), final(1), TRUE)

huxtable documentation built on Dec. 28, 2022, 1:09 a.m.