Create asthetically-pleasing tables in R markdown.
showTable(input.table, head.flag = F, as.dt = F)
| input.table | Data frame or data table. |
|---|---|
| head.flag | Logical specifying whether to return first 10 entries of table. Only specified for data.frame input. |
| as.dt | Logical specifying whether to cast data.frame as data.table for interactive exploration of data contents. Only works if input is data.frame. |