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()
library(ggplot2) tapply(diamonds$price, diamonds$cut, mean)
## Fair Good Very Good Premium Ideal ## 4358.758 3928.864 3981.760 4584.258 3457.542
You get a named vector!