Skip to content

Commit

Permalink
Fix typo in ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
ldavies99 committed Nov 15, 2023
1 parent 627771f commit 7f7834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ingest.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ get_all_waves <- function(mode = c("api", "file")) {
w2_enforce_streaming()
w2_data$year <- 2020

data <- dplyr::bind_rows(data, w2_data, w3_data, w2_data)
data <- dplyr::bind_rows(data, w4_data, w3_data, w2_data)

return(data)
}

0 comments on commit 7f7834e

Please sign in to comment.