SISBID / Data-Wrangling

Teaching material for Summer Institute in Statistics for Big Data Module 1.
http://sisbid.github.io/Data-Wrangling/
Other
61 stars 85 forks source link

Data Cleaning #191

Open avahoffman opened 1 month ago

avahoffman commented 1 month ago

The slides html are different - is this intentional?

https://github.com/SISBID/Data-Wrangling/blob/b3b6b776f2ddb24a7a77543eb50b4d15b8864631/lecture_notes/Data_Cleaning.Rmd#L4-L9 vs https://github.com/SISBID/Data-Wrangling/blob/b3b6b776f2ddb24a7a77543eb50b4d15b8864631/lecture_notes/Data_Subsetting_Part1.Rmd#L4-L8

The pdf is also cut off on a lot of the slides:

image
carriewright11 commented 1 month ago

nope! that was a surprise. Also want to get rid of saving the data as uf_clean in the lab

avahoffman commented 1 month ago

Perhaps skip recode() in favor of more focus on case_when()? Seems like there were a few folks who thought it was related to rename()

carriewright11 commented 1 month ago

Perhaps skip recode() in favor of more focus on case_when()? Seems like there were a few folks who thought it was related to rename()

I'm down for that - it is nice to experiment occasionally and see if other ways work better compared to our intro to R way

carriewright11 commented 1 month ago

one place where code for an image was showing for the raw data