Learn R Programming

lsasim (version 2.1.6)

check_valid_structure: Check if List is Valid

Description

Checks if a list has a proper structure to be transformed into a hierarchical structure

Usage

check_valid_structure(n)

Value

Error if the structure is improper. Otherwise, there's no output.

Arguments

n

list

See Also

check_condition()