expression('Module Temperature ('^o*'C)')
# R program to create an expression # Calling expression() Function x <- expression(2 ^ 3) x # Printing value of the expression eval(x)