Skip to content

Commit 55952c6

Browse files
committed
use minimal quotes
1 parent 84bb7ec commit 55952c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/qsf-tools/generate-codebook.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ get_static_fields <- function(wave,
438438
add_qsf_to_codebook <- function(path_to_qsf, path_to_codebook) {
439439
qdf <- process_qsf(path_to_qsf)
440440
codebook <- add_qdf_to_codebook(qdf, path_to_codebook)
441-
write_excel_csv(codebook, path_to_codebook)
441+
write_excel_csv(codebook, path_to_codebook, quote="needed")
442442
}
443443

444444

0 commit comments

Comments
 (0)