
Last chance! 50% off unlimited learning
Sale ends in
row
rrow(row.name = "", ..., format = NULL, indent = 0)
if NULL
then the FUN
argument is deparsed and
used as row.name
of the rrow
cell values
if FUN
does not return a formatted rcell
then the format
is applied
deprecated.
A row object of the context-appropriate type (label or data)
# NOT RUN {
rrow("ABC", c(1,2), c(3,2), format = "xx (xx.%)")
rrow("")
# }
Run the code above in your browser using DataLab