tests/testthat/test_format_qs.R

skip_if_not_installed("qs")

test_that("Export to and import from qs", {
    withr::with_tempfile("iris_file", fileext = ".qs", code = {
        export(iris, iris_file)
        expect_true(file.exists(iris_file))
        expect_true(is.data.frame(import(iris_file)))
    })
})

Try the rio package in your browser

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

rio documentation built on June 22, 2024, 9:48 a.m.