view | R Documentation |
View the first X rows (10, by default) rows of a data set. Columns names are displayed if appropriate.
view(x, maxlines = 10)
x |
data set to be viewed; can be data.frame, matrix, list or vector. |
maxlines |
maximum number of rows to be displayed. |
If the data set contains more rows than maxlines, then a message indicating the number unviewed rows id displayed. If the data set contains fewer rows the maxlines, only those rows are displayed.
ls, objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.