x
and y
Code
1L %+% "1"
Error <simpleError>
both `x` and `y` must be `character(1)`.
Output
o Be explicit, and first convert these arguments with `base::as.character()`.
Code
"1" %+% 1L
Error <simpleError>
both `x` and `y` must be `character(1)`.
Output
o Be explicit, and first convert these arguments with `base::as.character()`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.