Nothing
test_that("Publications extracted correctly", {
pmid <- clinicaltrials_gov_download("NCT02586649", latest=TRUE) %>%
extract_publications(types="RESULT")
expect_equal(
pmid$pmid[1],
"10569435"
)
})
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.