there is no difference in R between a string scalar and a vector of strings code example
Example: there is no difference in R between a string scalar and a vector of strings
x <- "\u00b5"
x
#> [1] "µ"
x <- "\u00b5"
x
#> [1] "µ"