Mini-Project 2

Published

October 16, 2025

Data Options

The following datasets are listed on kaggle.com.

These are merely suggestions, as they seemed very interesting to me.

Social Media

Work & Wellness

Environment

Requirements

  • Transformations:
    • group_by, summarize and actually use/plot the results w/ggplot
    • select, mutate, distinct, filter
    • pivoting of some kind
  • Visualizations:
    • geom_text or geom_label or other annotation
    • divergent bar graph
    • custom axis labels
    • appropriate use of title, subtitle, caption
    • use at least one scale_ function
  • Publishing:
    • a fully rendered .html file produced via quarto
    • include a link to the data you used (see below) in the .qmd file
# this is how you insert links
[name of link](https://quarto.org/docs/authoring/markdown-basics.html)
  • Coding:
    • good comments in .qmd file
    • your code should be easily readable . align code with tabs . no long lines of code
    • describe in detail some piece of code during presentation
  • Statistics:
    • use some language of basic statistics
    • i.e., are you using descriptive statistics or inferential?
  • Extensions:

Due Date:

  • Tentatively Oct. 21