How can I write a beta with a subscript as a cell value in dataframe?
I want something like this:
So the codes go like
first_column <- c(?)
How can I write a beta with a subscript as a cell value in dataframe?
I want something like this:
So the codes go like
first_column <- c(?)
Hi @Rustam,
Checkout help("plotmath") for a guide to creating strings with special characters and formatting.
Hope this helps.