| head.duckplyr_df | R Documentation |
This is a method for the head() generic.
See "Fallbacks" section for differences in implementation.
Return the first rows of a data.frame
## S3 method for class 'duckplyr_df'
head(x, n = 6L, ...)
x |
A data.frame |
n |
A positive integer, how many rows to return. |
... |
Not used yet. |
There is no DuckDB translation in head.duckplyr_df()
with a negative n.
These features fall back to head(), see vignette("fallback") for details.
head()
head(mtcars, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.