Skip to content

Commit

Permalink
Update lesson_script.R
Browse files Browse the repository at this point in the history
  • Loading branch information
diazrenata authored Sep 20, 2024
1 parent 75e2156 commit 519fab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lessons/7-data-manipulation/lesson_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ penguins_data <- penguins

write.csv(
penguins_data,
"lessons/7-data-manipulation/data_raw/penguins_data_raw.csv",
"penguins_data_raw.csv",
row.names = F
)

Expand Down Expand Up @@ -142,7 +142,7 @@ ggplot(penguins_coords, aes(longitude, body_mass_g, color = species)) +

#### Modify - add - commit ####

# adds penguins + penguins_long to repo
# adds penguins_data_raw repo
# commit and push

#### Palmer penguins citation ####
Expand Down

0 comments on commit 519fab6

Please sign in to comment.