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