Utility function. Subset a vector/list/etc. x and return another with length min(length, length(x))

subset_length(x, length, random)

Arguments

x

object to subset

length

new length

random

logical, whether to take a random subset or just the head.

See also