find_degen_struct: Find degenerate (sub)structures within a table (Experimental)

View source: R/validate_table_struct.R

find_degen_structR Documentation

Find degenerate (sub)structures within a table (Experimental)

Description

Find degenerate (sub)structures within a table (Experimental)

Usage

find_degen_struct(tt)

Arguments

tt

TableTree

This function returns a list with the row-paths to all structural subtables which contain no data rows ( even if they have associated content rows).

Value

a list of character vectors representing the row paths, if any, to degenerate substructures within the table.

Examples

find_degen_struct(rtable("hi"))


rtables documentation built on Aug. 30, 2023, 5:07 p.m.