Lecture 5
Cornell University
INFO 5001 - Fall 2024
September 12, 2024
fill
vs. color
fill
when a geom is filledcolor
when a geom is outlinedName | Alignment | Gender | Publisher |
---|---|---|---|
Deadpool | Chaotic | Male | Marvel |
Batman | Good | Male | DC |
Sabrina | Good | Female | Archie Comics |
Publisher | Year founded |
---|---|
DC | 1934 |
Marvel | 1939 |
Image | 1992 |
inner_join()
inner_join()
left_join()
left_join()
right_join()
right_join()
right_join()
reversedfull_join()
full_join()
semi_join()
semi_join()
anti_join()
anti_join()
Join data from multiple data frames, summarize it, and create this plot.
ae-03
ae-03
(repo name will be suffixed with your GitHub name).renv::restore()
to install the required packages, open the Quarto document in the repo, and follow along and complete the exercises.*_join()
function appropriate for your analysis