powered by
Function to print right-aligned tables to the console.
neattable(mat, indent = 0)
a numeric or character matrix object
indent
prints to screen with specified indent
# NOT RUN { mat <- rbind(c("one","two","three"),matrix(round(runif(9),3),3,3)) neattable(mat) # }
Run the code above in your browser using DataLab