Lecture 8
Cornell University
INFO 3312/5312 - Spring 2025
February 13, 2025
Source: Me
ae-06
Design a better plot
Create a chart that emphasizes the increased reliance of part-time faculty in academia.
20:00
Name | 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()
# A tibble: 4 × 5
Name Alignment Gender Publisher `Year\nfounded`
<chr> <chr> <chr> <chr> <dbl>
1 Deadpool Chaotic Male "Marvel" 1939
2 Batman Good Male "DC" 1934
3 Sabrina Good Female "Archie\nComics" NA
4 <NA> <NA> <NA> "Image" 1992
semi_join()
semi_join()
anti_join()
anti_join()
ae-07
Instructions
ae-07
(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()
functions to combine two tables