tactile (version 0.2.0)

updateList: Update a List with User Input

Description

Wrapper for utils::modifyList().

Usage

updateList(x, val)

Value

Returns an updated list.

Arguments

x

A list to be updated.

val

Stuff to update x with.

See Also