Skip to content

Commit

Permalink
fix: remove .delim
Browse files Browse the repository at this point in the history
Is it a leftover from when `vroom` was used, maybe?
  • Loading branch information
signekb authored and lwjohnst86 committed May 6, 2024
1 parent bc1b48d commit 0456d48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sessions/functions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ user_1_info_data <- read_csv(
gender = col_character(),
weight = col_double(),
height = col_double(),
age = col_double(),
.delim = ","
age = col_double()
),
name_repair = snakecase::to_snake_case
)
Expand Down

0 comments on commit 0456d48

Please sign in to comment.