Description Usage Arguments Details Value See Also Examples
peek
- Convenience function to view all the columns of the head
of a truncated base::data.frame()
. peek
invisibly returns
x
. This makes its use ideal in a dplyr/magrittr pipeline.
unpeek
- Strips out class textreadr so that the entire
base::data.frame()
will be printed.
1 2 3 |
x |
A |
n |
Number of rows to display. |
width |
The width of the columns to be displayed. |
strings.left |
logical. If |
... |
For internal use. |
By default dplyr does not print all columns of a tibble.
This makes inspection of data difficult at times, particularly with text
string data. peek()
allows the user to see a truncated head for
inspection purposes.
Prints a truncated head but invisibly returns x
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.