updateList {tactile}R Documentation

Update a List with User Input

Description

Wrapper for utils::modifyList().

Usage

updateList(x, val)

Arguments

x

A list to be updated.

val

Stuff to update x with.

Value

Returns an updated list.

See Also

utils::modifyList()


[Package tactile version 0.2.1 Index]