powered by
row
rrow(row.name = "", ..., format = NULL, indent = 0)
if NULL then the FUN argument is deparsed and used as row.name of the rrow
NULL
FUN
row.name
rrow
cell values
if FUN does not return a formatted rcell then the format is applied
rcell
format
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