Skip to content

Commit

Permalink
Update preprocessing.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetinon committed Jun 12, 2024
1 parent 644db83 commit 3e79ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ retrieve_missing_data<- function(enriched_data,
pedestrian_NA = pedestrian
)

replace_inactivity_period(enriched_data,successive_day,uptime_choice)
enriched_data<-replace_inactivity_period(enriched_data,successive_day,uptime_choice)
}
return(enriched_data)
}
Expand Down

0 comments on commit 3e79ad4

Please sign in to comment.