list_select: Select Elements from List of Vectors

Description Usage Arguments Value

View source: R/helper_functions.R

Description

This function selects specified elements from vectors contained in a list. For vectors of length 1 it just returns that value. The assumption when this was written is that all vectors have a common length or length 1.

Usage

1
list_select(..., x, ind)

Arguments

...

Names arguments to make into a list

x

List to select elements from

ind

Logical indicators of which elements to choose

Value

Modified list


colinorourke/tweibull documentation built on Dec. 19, 2021, 5:22 p.m.