inst/tinytest/test_cockburn_detect_inst_german.r

## -------->>  [[file:../../nstandr.src.org::*German Non-profit institutes][German Non-profit institutes:2]]
expect_equal(c(" EINGETRAGENER VEREIN UNIV "
             , " BERLIN EINGETRAGENER VEREIN "
             , " STIFTUNG ") |>
             cockburn_detect_inst_german()
           , structure(list(x = c(" EINGETRAGENER VEREIN UNIV ", " BERLIN EINGETRAGENER VEREIN ", 
                                  " STIFTUNG "), x_entity_type = c("inst", NA, NA)), row.names = c(NA, 
                                                                                                 -3L), class = c("data.table", "data.frame")))
## --------<<  German Non-profit institutes:2 ends here
stasvlasov/nstandr documentation built on July 27, 2023, 10:29 p.m.