Nothing
library(SticsRFiles)
stics_version <- get_stics_versions_compat()$latest_version
version_num <- get_version_num()
context("Reaserching option names")
xml_path <- file.path(get_examples_path(file_type = "xml"), "file_plt.xml")
test_that("Reaserching option names", {
expect_equal(length(get_options_names(xml_path)), 45)
expect_equal(
length(get_options_names(xml_path, c("codemonocot", "codlainet"))),
2)
})
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.