x <- 'Age <= 70yrs'
I would like the output to actually show the less than or equal symbol. Is that possible? The output will be used as a column name in a matrix. Thanks!
x <- 'Age <= 70yrs'
I would like the output to actually show the less than or equal symbol. Is that possible? The output will be used as a column name in a matrix. Thanks!