Skip to content

Commit

Permalink
Merge pull request #609 from swcarpentry/lowercase-filename
Browse files Browse the repository at this point in the history
consistent lowercase for filename
  • Loading branch information
ErinBecker authored Mar 8, 2024
2 parents 436bdd0 + 90c526f commit ea71489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/01-starting-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,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>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>).
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.

```{r}
Expand Down

0 comments on commit ea71489

Please sign in to comment.