Real Magic

R Basics: Importing Data

Friday, Nov 20, 2020 By Hope Snyder.

Now that we know some basics of what to do with your data, how do you get your data into R?

Tidy Up Your Code

Friday, Oct 30, 2020 By Hope Snyder.

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.

Let's Get GIT Going

Friday, Oct 02, 2020 By Hope Snyder.

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.