Subset block constructor
new_head_block.Rd
This block allows to perform row and column subsetting on data.frame
objects (see base::subset()
).
Usage
new_head_block(n = 6L, direction = c("head", "tail"), ...)
Arguments
- n
Number of rows
- direction
Either "head" or "tail"
- ...
Forwarded to
new_block()