Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Sep 16, 2024
1 parent d136f4a commit 02ab391
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions episodes/clean-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,12 @@ About losing variables, you can suggest learners to simulate this scenario:

```{r}
cleaned_data %>%
# simulate a change of data type in one variable
select(-age) %>%
# tag one variable
linelist::make_linelist(
age = "age"
)
# simulate a change of data type in one variable
select(-age) %>%
# tag one variable
linelist::make_linelist(
age = "age"
)
```

::::::::::::::::::::::::::
Expand Down

0 comments on commit 02ab391

Please sign in to comment.