Last data update: 2014.03.03

R: Look for an argument.
with_defaultR Documentation

Look for an argument.

Description

Look for an argument.

Usage

  with_default(x, default)

Arguments

x

an object

default

the default value

Value

If x is neither NULL nor NA then x otherwise the default

Results