Skip to content

Commit

Permalink
Added some likely functions to each topic within the module
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Mar 26, 2024
1 parent b7ede3a commit baad8e8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions mod_wrangle.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,38 @@ Note that any raw names either not included in the column key or that lack a tid
### Uniting / Separating Columns


`tidyr::separate_wider_delim`

### Joining Data

a.k.a. attaching data by columns


`dplyr::left_join`
`supportR::diff_check`


### Leveraging Data Shape


`tidyr::pivot_longer`
operations on consolidated columns
`tidyr::pivot_wider`

### Quality Control


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

### Custom Functions



### Text Methods

`gsub`
`stringr::str_sub`

### Regular Expressions

Expand Down

0 comments on commit baad8e8

Please sign in to comment.