tests/testthat/test-PCECEEUU.R

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

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.