Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 4, 2024
1 parent 30e7413 commit ad45aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/interlacer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ read_file(interlacer_example("colors.csv")) |>
cat()
```

As you can see, this data source has three variables: `person_id` and `age`,
This csv data source has three variables: `person_id` and `age`,
both numeric variables and `favorite_color`, a character or factor variable.
Interlaced in their values are three possible missing reasons: `REFUSED`,
`OMITTED`, and `N/A`.
Expand Down

0 comments on commit ad45aa8

Please sign in to comment.