Nothing
names <- new_name(mtcars)
expect_length(names, 1L)
expect_false(names %in% names(mtcars))
names <- new_name(mtcars, 10000L)
expect_length(names, 10000L)
expect_false(any(names %in% names(mtcars)))
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.