View source: R/validate_table_struct.R
find_degen_struct | R Documentation |
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).
find_degen_struct(tt)
tt |
( |
A list of character vectors representing the row paths, if any, to degenerate substructures within the table.
Other table structure validation functions:
sanitize_table_struct()
,
validate_table_struct()
find_degen_struct(rtable("hi"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.