Skip to content

Commit

Permalink
differences for PR #591
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 30, 2023
1 parent 7e65218 commit 05e0e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01-starting-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Once a variable is created, we can use the variable name to refer to the value i

<img src="fig/tag-variables.svg" alt="Variables as Tags" />

To see the value of a variable, we can print it by typing the name of the variable and hitting <kbd>Return</kbd> (or <kbd>Enter</kbd>).
To see the value of a variable, we can print it by typing the name of the variable and hitting <kbd>CTRL + Return</kbd> (or <kbd>CTRL + Enter</kbd>) while working in the Script.R file in the editor which is recommended. If we are working in the console directly, we need to hit <kbd>Return</kbd> (or <kbd>Enter</kbd>).
In general, R will print to the console any object returned by a function or operation *unless* we assign it to a variable.


Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-08-11"
"config.yaml" "c198bba3496d5a77c7b4ab59e81194f8" "site/built/config.yaml" "2023-08-11"
"index.md" "df0cbbfded289fe4a899db2c1655b342" "site/built/index.md" "2023-08-11"
"episodes/01-starting-with-data.Rmd" "2ebab37cbd6445c9b4ab3e3d017c221c" "site/built/01-starting-with-data.md" "2023-08-11"
"episodes/01-starting-with-data.Rmd" "08bbd56bddc9d8af713aeab7fd4c619a" "site/built/01-starting-with-data.md" "2023-08-30"
"episodes/02-func-R.Rmd" "2f1c095cc6c113920eac709ee9d329af" "site/built/02-func-R.md" "2023-08-11"
"episodes/03-loops-R.Rmd" "4aa60c6680540046a133095f8e306a31" "site/built/03-loops-R.md" "2023-08-11"
"episodes/04-cond.Rmd" "a376e5b8bc60c5d0d44db980674f2816" "site/built/04-cond.md" "2023-08-11"
Expand Down

0 comments on commit 05e0e4c

Please sign in to comment.