Skip to content

Commit

Permalink
edit column-level -> variable-level
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 6, 2024
1 parent 3957e8c commit 5672f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ check out:
- `vignette("mutations")` for a discussion on how to motify data frames when in
this format

- `vignette("column-types")` to see how to handle column-level missing reasons
- `vignette("column-types")` to see how to handle variable-level missing reasons

- `vignette("coded-data")` for some recipies for working with coded data (e.g.
data produced by SPSS, SAS or Stata)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check out:
- `vignette("mutations")` for a discussion on how to motify data frames
when in this format

- `vignette("column-types")` to see how to handle column-level missing
- `vignette("column-types")` to see how to handle variable-level missing
reasons

- `vignette("coded-data")` for some recipies for working with coded data
Expand Down

0 comments on commit 5672f66

Please sign in to comment.