| head | R Documentation |
Application of head to slot data in
dfplus objects.
## S4 method for signature 'dfplus' head(x, n=6L, ...) ## S4 method for signature 'dfplus' tail(x, n=6L, ...)
x |
Object of class |
n |
Integer value indicating size of resulting object. |
... |
Further arguments to be passed to or from other methods. |
For more details, see head.
A data frame.
Miguel Alvarez (malvarez@uni-bonn.de).
## Add example for this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.