Questions tagged [daqapo]

4 questions
0
votes
1 answer

Modify daqapo::detect_value_range_violations to generate different result

I have the activitylog object below: hospital<-structure(list(patient_visit_nr = c(510, 512, 510, 512, 512, 510, 517, 518, 518, 518, 519, 519, 520, 519, 521, 521, 519, 522, …
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
1 answer

Save activity_log object outputs in a list

I have the code below library(bupar) library(daqapo) hospital<-hospital hospital %>% rename(start = start_ts, complete = complete_ts) -> hospital hospital %>% convert_timestamps(c("start","complete"), format = dmy_hms) ->…
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
0 answers

Extract dataframes from activity_log object

I have the code below library(bupar) library(daqapo) hospital<-hospital hospital %>% rename(start = start_ts, complete = complete_ts) -> hospital hospital %>% convert_timestamps(c("start","complete"), format = dmy_hms) ->…
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
1 answer

Extract tibble_df and text message from activitylog object

I have the code below library(bupar) library(daqapo) hospital<-hospital hospital %>% rename(start = start_ts, complete = complete_ts) -> hospital hospital %>% convert_timestamps(c("start","complete"), format = dmy_hms) ->…
firmo23
  • 7,490
  • 2
  • 38
  • 114