Learn R Programming

baizer (version 0.8.0)

max_depth: max depth of a list

Description

max depth of a list

Usage

max_depth(x)

Value

number

Arguments

x

list

Examples

Run this code

max_depth(list(a = list(b = list(c = 1), d = 2, e = 3)))

Run the code above in your browser using DataLab