Skip to content

Commit 0fe3a62

Browse files
committed
one more typo
1 parent 27d5897 commit 0fe3a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/09-supp-intro-rstudio.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can copy-paste into the R console, but the Rstudio script editor allows you
4747

4848
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.
4949
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.
5151

5252
If R is ready to accept commands, the R console shows a `>` prompt.
5353
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

Comments
 (0)