test_that("dados_fidc", {
fidc <- dados_fidc(cnpj = '24.194.675/0001-87',
start = as.Date('2018-10-01'),
end = as.Date('2019-03-01'),
table = 'I')
testthat::expect_s3_class(fidc,
'data.frame')
testthat::expect_equal(ncol(fidc),
14)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.