homework_4.Rmd
First, download your homework. In your RStudio, fill in the below command:
download.file(url = "https://raw.githubusercontent.com/BiologicalDataAnalysis2019/2022/main/vignettes/homework_4.Rmd", destfile = "")
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 that this package does what it says it is doing? Why or why not?
Answer here
Have a look at these data storage best practices from Boston College. Have this read by Sept. 27 as we will use this in an activity.