print("\r") code example Example 1: print in r cat(c("hello", "world", "\n")) Example 2: print in r > x <- 10.4678 > print(x,digits=3) [1] 10.5