Find degenerate (sub)structures within a table
Source:R/validate_table_struct.R
find_degen_struct.Rd
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.
See also
Other table structure validation functions:
sanitize_table_struct()
,
validate_table_struct()
Examples
find_degen_struct(rtable("hi"))
#> [[1]]
#> [1] ""
#>