Nothing
empty
Code
is_string2("foo", empty = 1)
Condition <rlang_error>
Error in `is_string2()`:
! `empty` must be `NULL` or a logical value.
Code
is_string2("foo", empty = NA)
Condition <rlang_error>
Error in `is_string2()`:
! `empty` must be `NULL` or a logical value.
Code
is_string2("foo", "foo", empty = TRUE)
Condition <rlang_error>
Error in `is_string2()`:
! Exactly one of `string` and `empty` must be supplied.
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.