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()
We only need to create the columns, since the rows were already there:
df_row |> unnest_wider(x)
## # A tibble: 3 × 2 ## x y ## <chr> <int> ## 1 a 10 ## 2 x NA ## 3 z 3