Nothing
library(SticsRFiles)
stics_version <- get_stics_versions_compat()$latest_version
version_num <- get_version_num()
context("Counting rows of climate file")
workspace_path <- get_examples_path("txt", stics_version = stics_version)
meteo <- get_climate_txt(workspace_path)
test_that("Count rows climate file", {
expect_equal(nrow(meteo), 366)
})
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.