View source: R/verbs_utility.R
| head.vectra_node | R Documentation |
Limit results to first n rows
## S3 method for class 'vectra_node'
head(x, n = 6L, ...)
x |
A |
n |
Number of rows to return. |
... |
Ignored. |
A data.frame with the first n rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.