Code
vec_ptype2(lgl(), chr())
Condition
Error:
! Can't combine types <logical> and <character>.
Code
vec_ptype2(factor("a"), lgl())
Condition
Error:
! Unimplemented class <factor>.
Code
vec_ptype_common(list(lgl(), dbl(), ""))
Condition
Error:
! Can't combine types <double> and <character>.
Code
vec_cast(1.5, 2L)
Condition
Error:
! Can't convert <double> to <integer>.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.