% Generated by roxygen2: do not edit by hand % Please edit documentation in R/repair.R \name{repair} \alias{repair} \title{Repair parsed tables} \usage{ repair(parse_output, repair_comments = FALSE) } \description{ TODO: Explain repair_comments argument (if TRUE, we try to lookup redner names in redner table) } \details{ Possible test: check identical(repair(res), repair(repair(res))) == TRUE Since repaired tables should be a fixpoint of repair. }