Nothing
Code
to_lgl()
Condition
Error:
! `unknown arg` must not be missing.
Code
to_lgl(given, allow_null = FALSE)
Condition
Error:
! `given` must not be <NULL>.
Code
wrapper(given, allow_null = FALSE)
Condition
Error in `wrapper()`:
! `wrapper_val` must not be <NULL>.
Code
to_lgl(letters)
Condition
Error:
! `letters` <character> must be coercible to <logical>
x Can't convert some values due to incompatible values.
* Locations: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, ..., 25, and 26
Code
wrapper(letters)
Condition
Error in `wrapper()`:
! `wrapper_val` <character> must be coercible to <logical>
x Can't convert some values due to incompatible values.
* Locations: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, ..., 25, and 26
Code
to_lgl(given)
Condition
Error:
! `given` <factor> must be coercible to <logical>
x Can't convert some values due to incompatible values.
* Locations: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, ..., 25, and 26
Code
wrapper(given)
Condition
Error in `wrapper()`:
! `wrapper_val` <factor> must be coercible to <logical>
x Can't convert some values due to incompatible values.
* Locations: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, ..., 25, and 26
Code
to_lgl(given)
Condition
Error:
! Can't coerce `given` <list> to <logical>.
Code
wrapper(given)
Condition
Error in `wrapper()`:
! Can't coerce `wrapper_val` <list> to <logical>.
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.