Nothing
Code
to_dbl(given, allow_null = FALSE)
Condition
Error:
! `given` must not be <NULL>.
Code
wrapped_to_dbl(given, allow_null = FALSE)
Condition
Error in `wrapped_to_dbl()`:
! `val` must not be <NULL>.
Code
to_dbl(given, coerce_character = FALSE)
Condition
Error:
! Can't coerce `given` <character> to <double>.
Code
wrapped_to_dbl(given, coerce_character = FALSE)
Condition
Error in `wrapped_to_dbl()`:
! Can't coerce `val` <character> to <double>.
Code
to_dbl(given)
Condition
Error:
! `given` <character> must be coercible to <double>
x Can't convert some values due to incompatible values.
* Locations: 2
Code
wrapped_to_dbl(given)
Condition
Error in `wrapped_to_dbl()`:
! `val` <character> must be coercible to <double>
x Can't convert some values due to incompatible values.
* Locations: 2
Code
to_dbl(given)
Condition
Error:
! `given` <complex> must be coercible to <double>
x Can't convert some values due to non-zero complex components.
* Locations: 1
Code
wrapped_to_dbl(given)
Condition
Error in `wrapped_to_dbl()`:
! `val` <complex> must be coercible to <double>
x Can't convert some values due to non-zero complex components.
* Locations: 1
Code
to_dbl(given, coerce_factor = FALSE)
Condition
Error:
! Can't coerce `given` <factor> to <double>.
Code
wrapped_to_dbl(given, coerce_factor = FALSE)
Condition
Error in `wrapped_to_dbl()`:
! Can't coerce `val` <factor> to <double>.
Code
to_dbl(given)
Condition
Error:
! `given` <factor> must be coercible to <double>
x Can't convert some values due to incompatible values.
* Locations: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, ..., 25, and 26
Code
wrapped_to_dbl(given)
Condition
Error in `wrapped_to_dbl()`:
! `val` <factor> must be coercible to <double>
x Can't convert some values due to incompatible values.
* Locations: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, ..., 25, and 26
Code
to_dbl_scalar(given)
Condition
Error:
! `given` must be a single <numeric>.
x `given` has 2 values.
Code
wrapped_to_dbl_scalar(given)
Condition
Error in `wrapped_to_dbl_scalar()`:
! `val` must be a single <numeric>.
x `val` has 2 values.
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.