Depending on its design, your code may print a result in the Console, change your system, or produce other output.
If you create an object (e.g.: dat <- c(1:5)
), the object appears in the Environment in the upper right pane. Use any object stored in the Environment by typing its name in your code.
If you open Help or visualize your data, the result appears in the lower right pane.