get_n_list_levels {expirest}R Documentation

Determine the level of nesting of a list

Description

The function get_n_list_levels() determines the number of levels of a nested list.

Usage

get_n_list_levels(x)

Arguments

x

A list.

Details

The function get_n_list_levels() determines the number of levels of a (nested) list.

Value

An integer representing the number of levels of the list. If an object is passed on to x that is not a list 0 is returned.

See Also

extract_from_ll_wcsl, extract_wc_x, get_wisle_poi_list.


[Package expirest version 0.1.6 Index]