Nothing
test_that("scrape_goolge_profile works", {
url <- "https://scholar.google.com/citations?user=hGTnO4oAAAAJ&hl=en&authuser=3"
paper_list <- scrape_google_profile(url)
expect_equal(nrow(paper_list),4)
})
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.