Nothing
context("test-test_username-r")
test_that("test authenticating user name", {
skip_on_cran()
token <- readRDS("twitter_tokens")
sn <- rtweet:::authenticating_user_name(token)
expect_equal(sn, "kearneymw")
})
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.