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()
{{
{
df |> mutate(greeting = str_glue("{{Hi {name}!}}"))
## # A tibble: 3 × 2 ## name greeting ## <chr> <glue> ## 1 Flora {Hi Flora!} ## 2 David {Hi David!} ## 3 <NA> {Hi NA!}