Row-binds the per-portal results, filling columns absent in some sources with
NA, and guarantees a Plattform column. Each input should be a scored tibble
(see score_relevance()) as returned by a portal connector.
Examples
a <- data.frame(Plattform = "A", Kurzbezeichnung = "x", stringsAsFactors = FALSE)
b <- data.frame(Plattform = "B", cpv = "71351500-8", stringsAsFactors = FALSE)
combine_tenders(list(a, b))
#> Plattform Kurzbezeichnung cpv
#> 1 A x <NA>
#> 2 B <NA> 71351500-8