Nothing
test_that("def_econs works", {
rmacrostrat_test_checks(fn = def_econs,
check_args = list(econ_type = "hydrocarbon"),
fail_args = list(# wrong argument
econ_group = "hydrocarbon",
# wrong type
econ_type = 1),
warn_args = list(econ_type = "test"),
col_no = 6, check_null = TRUE)
})
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.