tests/testthat/test_verbose.R

test_that("read_ods verbose switch", {
    expect_silent(read_ods('../testdata/col_types.ods'))
    expect_message(read_ods('../testdata/col_types.ods', verbose = TRUE))
})

Try the readODS package in your browser

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

readODS documentation built on Sept. 11, 2023, 1:08 a.m.