find_degen_struct: Find degenerate (sub)structures within a table

View source: R/validate_table_struct.R

find_degen_structR Documentation

Find degenerate (sub)structures within a table

Description

[Experimental]

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).

Usage

find_degen_struct(tt)

Arguments

tt

(TableTree)
a TableTree object.

Value

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

See Also

Other table structure validation functions: sanitize_table_struct(), validate_table_struct()

Examples

find_degen_struct(rtable("hi"))


Roche/rtables documentation built on April 20, 2024, 9:16 p.m.