Homework Two: Due Oct. 11 at 5 pm.

First, download your homework. In your RStudio, fill in the below command:

download.file()

Question One:

Take a look at this package. Reading the documentation, what is the primary goal of this package?

#Answer Here

Question Two

Where in this package is the actual code stored? How do you know?

# Answer here

Question 3

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

Question 4

What are the other directories in the package? What do they contain?

Answer here

Question 5

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?