This is a simple question but it is starting to annoy me that I cant find a solution....
I would like to be able to keep the 0.0 when using it as an output when usin
There's also formatC:
formatC
paste0("x", formatC(y, digits = 1, format = "f"), "x")