tests/testthat/setup.R

getTinytableStyle <- function(tinytable, ii, jj) {
  style <- dplyr::as_tibble(dplyr::filter(tinytable@style, i == ii & j == jj))
  attr(style, "out.attrs") <- NULL
  attr(style, "row.names") <- 1L
  return(style)
}

Try the visOmopResults package in your browser

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

visOmopResults documentation built on Sept. 9, 2025, 5:42 p.m.