Revisão | a5250658999478a23c22ff887937d716fe72b3fc (tree) |
---|---|
Hora | 2024-10-05 00:43:49 |
Autor | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I now read directly the tsv file without the need to rename it as a tsv file.
@@ -20,7 +20,7 @@ | ||
20 | 20 | if (start_from_tsv==1) { |
21 | 21 | |
22 | 22 | |
23 | -data <- open_dataset("../input/csv_files/export.tsv", | |
23 | +data <- open_dataset("../input/csv_files/export.dsv", | |
24 | 24 | format = "tsv", |
25 | 25 | skip_rows = 1, |
26 | 26 | newlines_in_values=T, |