safe_get {cauphy}R Documentation

Safely get element of a named vector

Description

If the element does not exist, return NULL.

Usage

safe_get(x, name)

Arguments

x

a named vector

name

the name of the element to retrieve.


[Package cauphy version 1.0.2 Index]