Nothing
# Unit tests for get_user function
# Test 1: Invalid user ID informs user
test_that("Invalid user ID informs user", {
expect_message(get_user(-777), "No data returned - are you sure the user ID was specified correctly?")
})
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.