UMCarpentries / intro-curriculum-r

Custom curriculum for teaching R, the Unix Shell, & Git with an integrated workflow and reproducible research practices.
https://umcarpentries.org/intro-curriculum-r/
Other
9 stars 12 forks source link

Saving variables during data cleaning #110

Closed mayalapp closed 3 years ago

mayalapp commented 3 years ago

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)