I cannot add subscripts nor superscripts in my code, because Expression function is needed.
My PC is windows 10, Rstudio Version 1.1.383 and R version 3.4.3.
The message I recived is this when I used the function.
expression("v") expression("v")
I have no warning signal, expression prints itself with the arguments.
I need help, I need this codes for publication.
I tried even with Unicode. I am trying to write log10 (10 as subscript)
paste0("Log ","\u2081","\u2080")
In addition to this problem, this computer is new, and I have to read csv as csv2. I do not why!
Help!