update man

This commit is contained in:
2021-08-10 17:05:19 +02:00
parent 77f79f0d86
commit 12452df224
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -4,14 +4,14 @@
\alias{repair}
\title{Repair parsed tables}
\usage{
repair(parse_output, repair_comments = FALSE)
repair(parse_output, lookup_speaker = FALSE)
}
\arguments{
\item{parse_output}{tibble}
\item{repair_comments}{bool
\item{lookup_speaker}{bool
If repair_comments is TRUE, members of the parliament mentioned in comments are looked up in speaker table.
If lookup_speaker is TRUE, members of the parliament mentioned in comments are looked up in speaker table.
Possible test: check identical(repair(res), repair(repair(res))) == TRUE
Since repaired tables should be a fixpoint of repair.}