palmerpenguins
ggplot2
names
values
readr::read_csv
janitor
skip = n
comment = "#"
col_names = FALSE
col_names
col_types
problems()
NA
\
fct_reorder()
dplyr::antijoin
forcats 1.0.0
join_by()
rescale01()
across()
[
[[
$
apply()
for()
IMDB data from the Internet Archive
(currently times out, disabled for now; next cohort should revise!)
url <- "https://web.archive.org/web/20220201012049/https://www.imdb.com/chart/top/" html <- read_html(url) html |> html_table()