Nothing
context("Users")
all_tables = crsra::example_course_import
test_that("Deleting users", {
del_user = example_course_import$users$jhu_user_id[1]
expect_true(del_user %in% example_course_import$users$jhu_user_id)
res = crsra_delete_user(example_course_import, users = del_user)
expect_false(del_user %in% res$users$jhu_user_id)
})
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.