Revision | 1142249dccbcbfbf634227f1240e36aae15ad528 (tree) |
---|---|
Zeit | 2024-02-02 04:40:22 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I added the newlines_in_value option to allow for reading the content of cells which spans multiple lines.
@@ -23,7 +23,8 @@ | ||
23 | 23 | |
24 | 24 | data <- open_dataset("export.tsv", |
25 | 25 | format = "tsv", |
26 | - skip_rows = 1, | |
26 | + skip_rows = 1, | |
27 | + newlines_in_values=T, | |
27 | 28 | schema = schema( |
28 | 29 | AID_MEASURE_ID = string(), |
29 | 30 | DATE_CREATED = string(), |