Renaming Columns with Julia & R #shorts
Alex Tantos
#shorts Using tidyverse, the function rename() renames one or more columns in a dataframe. rename() takes pairs of variable names whose left part is the new variable name and right is the old variable name. Julia's renaming function is called rename() too. Within the parentheses you include pairs of variable names with the opposite format (the new variable name on the right and the old variable name on the left).
Link to the ikea dataset: https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-11-03/ikea.csv
Ladies Freiburg (Kyla McConnell and Julia Müller) - Tidy Data: Zero to sHero {Part 2}: https://www.youtube.com/watch?v=ivSgLWKhNrw
R-Ladies material on github: https://github.com/rladies/meetup-presentations_freiburg/tree/master/2021-02-17_tidydata_ZerotoShero ... https://www.youtube.com/watch?v=8UbriiT0idY
3303448 Bytes