Skip to contents

Index into a reactiveValues object and return a list

Usage

rv_index(x, indices, assign = FALSE)

Arguments

x

reactiveValues

indices

chr/num valid indexing object

assign

lgl whether to assign the values in indicesto their respective names in x

Value

reactiveValues/list depending on the value of assign

See also

Other reactives: rv_to_list(), rv()