Learn R Programming

dwtools (version 0.8.3.9)

list.sub: list.sub

Description

Take i element of the list x if not present or NULL then return fill. Used in db for ... argument processing.

Usage

list.sub(x, i, fill = NULL)

Arguments