Nothing
test_that(
"Check lookup tables"
, {
expect(
!any(duplicated(names(lookup_names)))
, "Some names are duplicated in 'lookup_names'."
)
expect(
!any(duplicated(names(lookup_labels)))
, "Some names are duplicated in 'lookup_labels'."
)
}
)
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.