Skip to content

Commit

Permalink
Actually write the correct data
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesadler committed Sep 18, 2024
1 parent 519f4e4 commit fd246ae
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion episodes/data/download_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (! file.exists("data/interviews_plotting.csv")) {
mutate(number_months_lack_food = rowSums(select(., Jan:May))) %>%
mutate(number_items = rowSums(select(., bicycle:car)))

write.csv(df, "data/interviews_plotting.csv", row.names = FALSE)
write.csv(interviews_plotting, "data/interviews_plotting.csv", row.names = FALSE)
}


Loading

0 comments on commit fd246ae

Please sign in to comment.