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()
Rarer, but sometimes data is weird
tibble(x = c("1211", "131", "21")) |> separate_longer_position(x, width = 1)
## # A tibble: 9 × 1 ## x ## <chr> ## 1 1 ## 2 2 ## 3 1 ## 4 1 ## 5 1 ## 6 3 ## 7 1 ## 8 2 ## 9 1