First, download your homework. In your RStudio, fill in the below command:
download.file()
Take a look at this package. Reading the documentation, what is the primary goal of this package?
#Answer Here
Where in this package is the actual code stored? How do you know?
# 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
What are the other directories in the package? What do they contain?
Answer here
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?