Code
join_rows(data.frame(x = 1), data.frame(x = factor("a")))
Error <rlang_error>
Can't join on `x$x` x `y$x` because of incompatible types.
i `x$x` is of type <double>>.
i `y$x` is of type <factor<4d52a>>>.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.