print_n | R Documentation |
Print a data.frame n rows at a time
print_n(df, n = 20)
df |
data.frame to print |
n |
number of rows to print, default 20 |
The first n rows of df, by default 20, and a console prompt to either print the next n rows or quit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.