Skip to content

Commit

Permalink
Update process_submissions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas authored Nov 4, 2023
1 parent d2c5d60 commit d6e9ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_processing/process_submissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if(length(submissions) > 0){

if(!"duration" %in% names(fc)){
if(theme == "terrestrial_30min"){
fc <- fc |> dplyr::mutate(duration = "P1H")
fc <- fc |> dplyr::mutate(duration = "PT30M")
}else if(theme %in% c("ticks","beetles")){
fc <- fc |> dplyr::mutate(duration = "P1W")
}else if(theme %in% c("aquatics","phenology","terrestrial_daily")){
Expand Down

0 comments on commit d6e9ec7

Please sign in to comment.