printdf | R Documentation |
Print function for data.frame
printdf(x)
x |
A data.frame |
No return value, called for side effects
x=mtcars[1:5,1:5]
printdf(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.