Last active
August 9, 2018 20:30
-
-
Save gholm/da6b0234f1efc746c7a423a08485d72a to your computer and use it in GitHub Desktop.
[Basic R commands]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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