This block allows to perform row and column subsetting on data.frame objects (see base::subset()).

new_head_block(n = 6L, direction = c("head", "tail"), ...)

Arguments

n

Number of rows

direction

Either "head" or "tail"

...

Forwarded to new_block()