Skip to content

Commit

Permalink
Update read.csv() options
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba committed Mar 11, 2024
1 parent 952ef85 commit dc13f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/write-output/final-output-concepts.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ output_concepts <-
output_concepts_path <- file.path(outputConceptsDir, paste0(x, ".csv"))
if (file.exists(output_concepts_path)) {
read.csv(output_concepts_path,
stringsAsFactors = F,
tryLogical = F,
colClasses = "character")
}
Expand Down

0 comments on commit dc13f3b

Please sign in to comment.