You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/09-supp-intro-rstudio.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You can copy-paste into the R console, but the Rstudio script editor allows you
47
47
48
48
At some point in your analysis you may want to check the content of variable or the structure of an object, without necessarily keep a record of it in your script.
49
49
You can type these commands directly in the console.
50
-
RStudio provides the <kbd>Ctrl</kbd>\+<kbd>1</kbd> and <kbd>Ctrl</kbd>\+<kbd>2</kbd> shortcuts allow you to jump between the script and the console windows.
50
+
RStudio provides the <kbd>Ctrl</kbd>\+<kbd>1</kbd> and <kbd>Ctrl</kbd>\+<kbd>2</kbd> shortcuts which allow you to jump between the script and the console windows.
51
51
52
52
If R is ready to accept commands, the R console shows a `>` prompt.
53
53
If it receives a command (by typing, copy-pasting or sent from the script editor using <kbd>Ctrl</kbd>\+<kbd>Return</kbd>), R will try to execute it, and when ready, show the results and come back with a new `>`\-prompt to wait for new commands.
0 commit comments