tests/testthat/test-DPIEEUU.R

test_that("data available", {
	data("DPIEEUU")
	expect_true( exists("DPIEEUU") )
	expect_equal(ncol(DPIEEUU), 1)
	expect_true(is.xts(DPIEEUU$DPI))
})

Try the actfts package in your browser

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

actfts documentation built on April 4, 2025, 1:50 a.m.