report on the number of questions answered, not just asked
This commit is contained in:
parent
95a9977572
commit
da8f47aa27
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user