HomeworkFour.Rmd
First, download your homework. In your RStudio, fill in the below command:
Take a look at this package. Reading the documentation, what is the primary goal of this package?
#Answer Here
When you look into the code, are you able to understand any of it? What is one thing the authors could do to make the code more understandable?
# Answer here
Do you trust this package? Why or why not? What about this package makes it trustworthy or untrustworthy?
Have a look at these data storage best practices from Boston College. Are we doing a good job so far in class? Why or why not? What could be improved?
Goal setting time! Ideally, each function you write should be in a .R file in your R directory. In your personal project directory (i.e., the one we made in class with your last name Wednesday), please make three .R files. Title each with the name of the function you will write. Ideally, these functions will do something that you need done for your dissertation. Begin the documentation for each by writing the first documentation line - the line that is a one-sentence summary of what the function does. I’m going to take a look through these and make sure we’re covering the right material for you to get your work done.