From 0d05765ca7016d22a9503db7ff0ed9c04c4d5a1b Mon Sep 17 00:00:00 2001 From: Erik de Vries Date: Thu, 2 May 2019 12:46:37 +0200 Subject: [PATCH] dfm_gen: removed last remains of summer sample exceptions --- R/dfm_gen.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/dfm_gen.R b/R/dfm_gen.R index a55cd27..f261cc5 100644 --- a/R/dfm_gen.R +++ b/R/dfm_gen.R @@ -35,7 +35,6 @@ dfm_gen <- function(out, words = '999', text = "lemmas", clean, cores = detectCo .$codes == 2301 ~ 1, .$codes == 3101 ~ 1, .$codes == 34 ~ 1, - .$`_source.codes.timeSpent` == -1 ~ NA_real_, TRUE ~ 0 ) ) %>%