j | R Documentation |
Works for all R objects in contrast to head().
j(obj, show_max = 3, headtail = NULL, print_nested = FALSE)
obj |
Object, for which an overview is desired |
headtail |
return specified number of items from the start and the end of the object (not lists). Can result in duplicated items when headtail is bigger than the object length. |
print_nested |
also print overview for lists within lists. Default=FALSE, Beta feature! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.