- What is RStudio?
- How might we use it at Massey?
- A shiny interlude…
- What is R Markdown?
- Your turn - let's play!
2 October 2014
Tab auto-complete with drop-down lists for commands, data frame names etc.
Environment overview showing data frames, variables, functions. Import data-sets and clear workspace with a click.
Integration of View() function into a tab for viewing data.
History is integrated, and you can copy commands to the console or editor window with a click.
Can go backward and forward through plot history.
Can load, unload, install, remove, update packages, and get package help with a click.
Search and history are incorporated.
Syntax highlighting
Tab auto-complete, auto-indentation.
Jump to definition/help etc.
Function and variable extraction.
Function and variable extraction.
Add breakpoints just by clicking on the line in the editor.
On error, automatically grab traceback and re-run with debug.
Step over/in, with traceback, variable state etc.