Skip to content

Commit

Permalink
update get sandpit extracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed May 22, 2024
1 parent 80f1a29 commit 869be10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/get_sandpit_extract_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ get_sandpit_extract_path <- function(type = c(

file_name <- dplyr::case_match(
type,
"at" ~ "sandpit_at_extract",
"ch" ~ "sandpit_ch_extract",
"hc" ~ "sandpit_hc_extract",
"sds" ~ "sandpit_sds_extract",
"client" ~ "sandpit_sc_client_extract",
"demographics" ~ "sandpit_sc_demographics_extract"
"at" ~ "anon-sandpit_at_extract",
"ch" ~ "anon-sandpit_ch_extract",
"hc" ~ "anon-sandpit_hc_extract",
"sds" ~ "anon-sandpit_sds_extract",
"client" ~ "anon-sandpit_sc_client_extract",
"demographics" ~ "anon-sandpit_sc_demographics_extract"
)

if (type == "client") {
Expand Down

0 comments on commit 869be10

Please sign in to comment.