Auerbach-Lab/Behavior-autoanalysis

Add check for unloaded data today to sup-summerize

Closed this issue · 1 comments

Desired behavior:
console output of :

  1. "All rats have data entered today"
  2. "Data not entered for x rats: "

Code for getting list of runs not entered.

Not loaded today --------------------------------------------------------

rat_archive %>% filter(is.na(end_date)) %>%
filter(! Rat_name %in% c(run_archive %>% filter(date == str_remove_all(Sys.Date(), "-")) %>% .$rat_name %>% as.list)) %>%
.$Rat_name

tofof commented

Dupes #27 and 4th bullet of #26