Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

R Console

This is RGui on Windows, the most basic working environment for R under Windows:

After the > sign, expressions can be typed in. 

Once an expression is typed, the result is shown by R, on console screen shown above.

For example:

Type following code on console,

a <- 10

print(a)