Nothing
with_mock_dir('t/hearing', {
test_that('cong_hearing works', {
x <- cong_hearing()
expect_s3_class(x, 'tbl_df')
})
})
with_mock_dir('t/hearing1', {
test_that('cong_hearing with item works', {
x <- cong_hearing(congress = 116, chamber = 'house', number = 41365)
expect_s3_class(x, 'tbl_df')
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.