Here's a simple one:
a <- "a"
cat(a,"b")
"a b"
Why is there a whitespace between them? How to remove it so it come out like this:
"ab"
You can also try this one
cat(paste0(a, "b"))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With