dlab-berkeley / R-Data-Visualization-Legacy

D-Lab's 3 hour introduction to data visualization with R. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more using ggplot2 and cowplot.
28 stars 20 forks source link

Updates the folder structure #22

Closed pssachdeva closed 2 years ago

pssachdeva commented 2 years ago

In accordance with the D-Lab style guide, this PR moves the files associated with instruction into the lessons folder, and any solutions to challenges in the solutions folder. It also updates file paths for the new folder structure, mainly relying on the here package.

Instructors will have to be able to explain the here package briefly, but this is useful practice to start incorporating in D-Lab workshops.