show | R Documentation |
Show the first few rows and columns of a dataset.
show(x, row_1 = 1, row_n = 4, col_1 = 1, col_n = 4)
x |
data.frame of interest |
row_1 |
the first row shown |
row_n |
the last row shown |
col_1 |
the first column shown |
col_n |
the last column shown |
“x[row_1:row_n, col_1:col_n]“
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.