https://github.com/rfordatascience/tidytuesday/tree/master/data/2020/2020-06-09
There are two different tables that we’ll be looking at in the data
folder.
##
## -- Column specification --------------------------------------------------------
## cols(
## year = col_double(),
## accomplishment = col_character(),
## person = col_character(),
## gender = col_character(),
## category = col_character()
## )
##
## -- Column specification --------------------------------------------------------
## cols(
## name = col_character(),
## birth = col_double(),
## death = col_double(),
## occupation_s = col_character(),
## inventions_accomplishments = col_character(),
## references = col_character(),
## links = col_character()
## )
## Warning: package 'wesanderson' was built under R version 4.0.3