From 72997b8a73058fea1d86aad2d101372978b39d10 Mon Sep 17 00:00:00 2001 From: njlyon0 Date: Fri, 1 Mar 2024 14:09:07 -0500 Subject: [PATCH] Added some likely subheadings to the wrangling section of the wrangle module --- mod_wrangle.qmd | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/mod_wrangle.qmd b/mod_wrangle.qmd index ec7b871..904d082 100644 --- a/mod_wrangle.qmd +++ b/mod_wrangle.qmd @@ -38,9 +38,45 @@ Note that any raw names either not included in the column key or that lack a tid Four color-coded tables are in a soft rectangle. One is pulled out and its column names are replaced based on their respective 'tidy names' in the column key table. This is done for each of the other tables then the four tables--with fixed column names--are combined into a single data table

-## Wrangling Content +## Wrangling Data + +### Joining Data + +a.k.a. attaching data by columns + + + + +### Leveraging Data Shape + + + +### Quality Control + + + +### Custom Functions + + + +### Text Methods + + +### Regular Expressions + + + + + + + + + + + + + -Under Construction! Check back later ## Additional Resources