Minify R Code – R Minifier

Minify your R code online – An online R minifier by unminify all.

x <- 5.5 y <- 44 # Print values of x and y x y # Print the class name of x and y class(x) class(y)