Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Dec 7, 2023
1 parent 9dfde97 commit 220aed8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/preprocess-wcs-surveys.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ preprocess_wcs_surveys <- function(log_threshold = logger::DEBUG) {
~ dplyr::left_join(.x, .y, by = "_id")
)

preprocessed_filename <- paste(pars$surveys$wcs_surveys$file_prefix,
"preprocessed",
sep = "_"
) %>%
preprocessed_filename <- pars$surveys$wcs_surveys$preprocessed_surveys$file_prefix %>%
add_version(extension = "rds")

readr::write_rds(
Expand Down

0 comments on commit 220aed8

Please sign in to comment.