Now that we know some basics of what to do with your data, how do you get your data into R?
The one thing you need to do if you share your code is make it readable to others. Here are some tips and a package that will help.
Before you get too deep into your projects, you should have some kind of version control set up. That way, if code breaks, it's not permanent! This will walk you through the set up.