Skip to content

Commit

Permalink
remove base R pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Nov 29, 2022
1 parent c08f9cb commit b4ef666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get_data <- function(file) {
body_mass_g,
sex,
year) %>%
rename(species = species_short) |>
rename(species = species_short) %>%
mutate(sex = fct_explicit_na(sex))

}

0 comments on commit b4ef666

Please sign in to comment.