getOpen.Maxdepth: Get minimum of open.maxdepth and x$open.maxdepth

Description Usage Arguments Value Examples

Description

Compares open.maxdepth and x$open.maxdepth and returns lower one, if present.

Usage

1
getOpen.Maxdepth(x, open.maxdepth = Inf)

Arguments

x

fgh

open.maxdepth

dfgh

Value

returns min( x$open.maxdepth, open.maxdepth) if x$open.maxdepth exists, if not open.maxdepth

Examples

1
2
getOpen.Maxdepth( NULL, 12)
getOpen.Maxdepth( list(open.maxdepth=10), 12)

JulianBo/mcdsupportshiny documentation built on July 5, 2019, 12:51 a.m.