Nothing
with_mock_dir("t/user", {
test_that("felt_get_user works", {
actual <- felt_get_user()
expect_equal(nrow(actual), expected = 1)
expect_s3_class(actual, 'data.frame')
})
})
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.