SDS 192: Introduction to Data Science
mutate to overwrite a variable with a new cleaned up variable.as.character(), as.numeric(), as.logical() all convert a variable from an original type to a new typelubridate package
lubridate cheatsheet

ymd_hms() will take a date formatted as year, month, day, hour, minute, second and convert it to a date time formatNA valuesna_if() will take a variable and set specified values to NAstr_replace() will take a variable and replace an existing string with a new stringstr_replace() will take a variable and replace an existing string with a new stringcase_when() allows us to set values when conditions are met