Nothing
testthat::test_path("files", "catch.csv")
test_that("the right type of dataframe is determined", {
df = read.csv("./files/catch.csv")
expected.type = "GFW Fishing Effort By Vessel"
actual.type = df.type(df)
expect_equal(actual.type, expected.type)
})
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.