powered by
Front-end to kable and kables
kable
kables
kabl(..., caption = NULL, digits = 4, col.names = NA, row.names = NA)
result of kable or kables
one or more objects to pass to kable
overall single caption
passed to kable and applies to all tables
passed to kable
Frank Harrell
Calls kable() if only one table is to be printed. Calls kable() for each table and passes it to kables if more than one. Accounts for results of tapply not being a vector (is an array)
kable()
tapply
kabl(data.frame(a=1:2, b=3:4), data.frame(x=11:13, y=21:23))
Run the code above in your browser using DataLab