UMCarpentries / intro-curriculum-r

Custom curriculum for teaching R, the Unix Shell, & Git with an integrated workflow and reproducible research practices.

Home Page:https://umcarpentries.org/intro-curriculum-r/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving variables during data cleaning

mayalapp opened this issue · comments

There were many questions about whether the steps during the data cleaning saved a new variable - address this somewhere early in the lesson

Maybe: assign one of the dataframes to a variable earlier so they can see how to save changes and that when we just run a function without saving the dataframe doesn't actually change (had lots of questions on this)