time_check | R Documentation |
Sirve para identifar encuestas que no se encuentran dentro del tiempo estipulado
time_check(df, time_min = 5, time_max = 60, uuid = "_uuid")
df |
La base de datos con las columnas start & end o inicio & final |
time_min |
tiempo minimo de encuesta en minutos |
time_max |
tiempo maximo de encuesta en minutos |
uuid |
como aparece el uuid en la base de datos |
Base de datos con uuid, interview_duration y CHECK_interview_duration
base <- time_check(base_datos)
base <- time_check(df = base_datos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.