Nothing
test_that("get_ipeds_unitid returns a character, regardless of initial data type",{
expect_type(get_ipeds_unitid(data.frame(UNITID = 123456)), 'character')
expect_type(get_ipeds_unitid(data.frame(UNITID = '123456')), 'character')
})
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.