Skip to content

Commit

Permalink
term matching table factors false
Browse files Browse the repository at this point in the history
  • Loading branch information
marinakiweler committed Apr 2, 2019
1 parent f97c854 commit d888b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/term_matching_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d888b9f

Please sign in to comment.