inst/tinytest/test_cockburn_replace_govt.r

## -------->>  [[file:../../nstandr.src.org::*Government][Government:2]]
expect_equal(c(" DR VLASOV "
             , " S.VLASOV PHD "
             , " REPUBLIC LEGALY REPRESENTED BY STAS") |>
             cockburn_detect_govt()
           , structure(list(x = c(" DR VLASOV ", " S.VLASOV PHD ", " REPUBLIC LEGALY REPRESENTED BY STAS"
                                  ), x_entity_type = c(NA, NA, "govt")), row.names = c(NA, -3L), class = c("data.table", 
                                                                                                         "data.frame")))

expect_equal(" VERY IMPORTANT SEC OF THE DEPT OF  " |>
             cockburn_replace_govt()
           , " VERY IMPORTANT DEPT OF  ")
## --------<<  Government:2 ends here
stasvlasov/nstandr documentation built on July 27, 2023, 10:29 p.m.