head | R Documentation |
Head and tail methods
head(x, ...)
## S4 method for signature 'VTableTree'
head(
x,
n = 6,
...,
keep_topleft = TRUE,
keep_titles = TRUE,
keep_footers = keep_titles,
reindex_refs = FALSE
)
tail(x, ...)
## S4 method for signature 'VTableTree'
tail(
x,
n = 6,
...,
keep_topleft = TRUE,
keep_titles = TRUE,
keep_footers = keep_titles,
reindex_refs = FALSE
)
x |
an object |
... |
arguments to be passed to or from other methods. |
n |
an integer vector of length up to |
keep_topleft |
( |
keep_titles |
( |
keep_footers |
( |
reindex_refs |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.