Skip to content

Commit

Permalink
Why isn't this working
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanshulman authored Oct 29, 2024
1 parent 87c31f0 commit 9f4203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updated_election_scraper_2024.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for (row_number in 1:nrow(scraper)) {
wrow <- data.frame(c1 = "Other Write-Ins", c2 = NA, c3 = NA, c4 = NA, c5 = NA, c6 = NA, c7 = write_in_votes, c8 = NA)
colnames(wrow) <- colnames(table)
table <- table[1:3, ] %>% bind_rows(wrow)
}
}

# Write the CSV
write_csv(table, each_row$file_name)
Expand Down

0 comments on commit 9f4203b

Please sign in to comment.