Nothing
test_that("DeidentJob from folder", {
job <- DeidentJob$new("test_data/")
expect_equal(
class(job),
c("DeidentJob", "R6")
)
expect_warning(
DeidentJob$new("Not here")
)
pipe <- ShiftsWorked |>
add_encrypt(Employee)
job$apply_deident(pipe)
})
test_that("DeidentJob folder doesnt exist", {
expect_warning(DeidentJob$new("test_data2"))
})
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.