From d888b9fd4dbcc89d1ad859dd4d57248044a71d01 Mon Sep 17 00:00:00 2001 From: Marina Kiweler Date: Tue, 2 Apr 2019 15:09:44 +0200 Subject: [PATCH] term matching table factors false --- R/term_matching_functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/term_matching_functions.R b/R/term_matching_functions.R index 61681f1..b2e079c 100644 --- a/R/term_matching_functions.R +++ b/R/term_matching_functions.R @@ -62,7 +62,7 @@ one_group_match_terms <- function(flat_json, term_matching_table, group_number) ### create new table meta_data_table <- data.frame(Term = term_matching_table[[2]], - Value = NA) + Value = NA, stringsAsFactors = FALSE ) ### get Values for (this_row in 1:nrow(term_matching_table))