17
0

report on the number of questions answered, not just asked

This commit is contained in:
Benjamin Mako Hill 2021-05-04 12:49:03 -07:00
parent 95a9977572
commit da8f47aa27

View File

@ -11,7 +11,9 @@ call.list <- do.call("rbind", lapply(list.files(".", pattern="^call_list-.*tsv$"
colnames(call.list) <- gsub("_", ".", colnames(call.list))
table(call.list$unique_name)
table(call.list$unique_name[call.list$answered])
exit()
call.list$day <- as.Date(call.list$timestamp)