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()
seattle_pq <- open_dataset(pq_path) query <- seattle_pq |> filter(CheckoutYear >= 2018, MaterialType == "BOOK") |> group_by(CheckoutYear, CheckoutMonth) |> summarize(TotalCheckouts = sum(Checkouts)) |> arrange(CheckoutYear, CheckoutMonth)