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.
final(n = 1)
n | Number of rows to return. |
---|
Technically, final
returns a two-argument function - see rowspecs for more details.
#> Type Price #> Strawberry 1.90 #> Raspberry 2.10 #> Plum 1.80 #> #> Column names: Type, Price