Skip to content

Commit

Permalink
apply code formatting to variable name (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha authored Jan 3, 2024
1 parent 5101d3f commit fa0d6ff
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 @@ -278,7 +278,7 @@ and finally prints the assigned value of the variable `total_weight`.

::::::::::::::::::::::::::::::::::::::::::::::::::

Now that we know how to assign things to variables, let's re-run `read.csv` and save its result into a variable called 'dat':
Now that we know how to assign things to variables, let's re-run `read.csv` and save its result into a variable called `dat`:

```{r}
dat <- read.csv(file = "data/inflammation-01.csv", header = FALSE)
Expand Down

0 comments on commit fa0d6ff

Please sign in to comment.