I've looked everywhere here and here, but none of the answers match what I want. My question is like this.
what I want. My question is like this.
3xy : 2y
The answer I want is 3x/2
My attempt code is like this:
x <- 2/3
y <- x
cat("mark x:", x, "\n")
cat("mark y:", y, "\n")
Thank you, any answer would be appreciated.