tests/testthat/test_region_matrix_to_count_matrix.R

library(RcppCWB)
use_tmp_registry()
testthat::context("region_matrix_to_count_matrix")

test_that(
  "regions_to_count_matrix",
  {
    M <- region_matrix_to_count_matrix(
      corpus = "REUTERS",
      p_attribute = "word",
      registry = get_tmp_registry(),
      matrix = matrix(c(0, 91), nrow = 1)
    )
    expect_equal(M[16,2], 5L)
  }
)

Try the RcppCWB package in your browser

Any scripts or data that you put into this service are public.

RcppCWB documentation built on July 9, 2023, 7:40 p.m.