subset_length {downsize}R Documentation

Internal utility function.

Description

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

Usage

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

help_downsize


[Package downsize version 0.2.3 Index]