Nothing
test_that("Figshare API download works", {
testthat::skip_on_cran()
data_list <- get_figshare(return_list = TRUE)
testthat::expect_type(data_list, "list")
get_figshare(file_name = "Achilles_common_essentials.csv")
testthat::expect_true(
file.exists(
file.path(
system.file("extdata", package = "gimap"),
"Achilles_common_essentials.csv"
)
)
)
})
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.