The R workbench

WebR, print, Run, Reset, and privacy.

WebR 0.5 runs in the tab. Reset clears the editor.

Goal

Print hello and a city vector.

print("Hello, R")
print("Nairobi kiosk")
cities <- c("Nairobi", "Mombasa", "Kisumu")
print(length(cities))
print(cities[1])