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()
Step 2: unnest the rows
df_col |> unnest_wider(x) |> unnest_longer(c(x, y))
## # A tibble: 3 × 2 ## x y ## <chr> <int> ## 1 a 10 ## 2 x NA ## 3 z 3