arguments <- list(
list(start = "2023-08-17", only_Id = quote(Id == "Participant")),
list(end = "2023-08-17", only_Id = quote(Id == "Environment")))
#compare the unfiltered dataset
sample.data.environment %>% gg_overview(Id.colname = Id)
#compare the unfiltered dataset
sample.data.environment %>%
filter_Datetime_multiple(arguments = arguments, filter_Date) %>%
gg_overview(Id.colname = Id)
Run the code above in your browser using DataLab