Skip to content

Commit

Permalink
Updating harmonizing graphic and reordering 'data wrangling' topics t…
Browse files Browse the repository at this point in the history
…o better reflect likely order of need
  • Loading branch information
njlyon0 committed Apr 1, 2024
1 parent baad8e8 commit 18cbf2c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
Binary file modified images/image_harmonize-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 24 additions & 20 deletions mod_wrangle.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,46 +40,50 @@ Note that any raw names either not included in the column key or that lack a tid

## Wrangling Data

### Uniting / Separating Columns

### Quality Control

`tidyr::separate_wider_delim`
`summary`

### Joining Data
`sort(unique())`

a.k.a. attaching data by columns
`psych::multi.hist`

`suppportR::num_check`

`dplyr::left_join`
`supportR::diff_check`
### Text Methods

`gsub`

### Leveraging Data Shape
`stringr::str_sub`

`tidyr::pivot_longer`
operations on consolidated columns
`tidyr::pivot_wider`
### Regular Expressions

### Quality Control

`summary`
`sort(unique())`
`psych::multi.hist`
`suppportR::num_check`

### Custom Functions



### Text Methods

`gsub`
`stringr::str_sub`
### Uniting / Separating Columns

### Regular Expressions

`tidyr::separate_wider_delim`

### Joining Data

a.k.a. attaching data by columns

`dplyr::left_join`

`supportR::diff_check`


### Leveraging Data Shape

1. `tidyr::pivot_longer`
2. operations on consolidated columns
3. `tidyr::pivot_wider`



Expand Down

0 comments on commit 18cbf2c

Please sign in to comment.