Skip to content

Instantly share code, notes, and snippets.

@gholm
Last active August 9, 2018 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gholm/da6b0234f1efc746c7a423a08485d72a to your computer and use it in GitHub Desktop.
Save gholm/da6b0234f1efc746c7a423a08485d72a to your computer and use it in GitHub Desktop.
[Basic R commands]
/* Basic commands
********************************* */
Ctrl+C or Esc key = quit current operation
q() = quit R
start.help() = show a html help page
getwd() = show the current working dir
/* Basic commands
********************************* */
Ctrl+C or Esc key = quit current operation
q() = quit R
start.help() = show a html help page
getwd() = show the current working dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment