tests/testthat/test-print.R

test_that("print.egor works with grouped_by()", {
  e <- make_egor(12, 15)
  
  expect_error(e %>% 
    group_by(country), NA)
})

# options(
#   egor.print.rows.active.level = 5,
#   egor.print.rows.inactive.level = 2,
#   egor.print.switch.active.level.to.top = FALSE)
# activate(e, aatie)
# activate(e, alter)

Try the egor package in your browser

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

egor documentation built on March 31, 2023, 11:33 p.m.