Nothing
envvar_get_integer()
warnings for non-integerish thingsCode
envvar_get_integer("TEST_DBL")
Condition
Error in `transform()`:
! "1.23" is not an integer-like value
envvar_get_logical()
works as expectedCode
envvar_get_logical("TEST_LOGICAL_BAD")
Condition
Error in `transform()`:
! "YEP" is not a logical value
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.