Renaming out file

This commit is contained in:
Louis Lacoste 2024-05-04 17:43:15 +02:00
parent 37e9e6b129
commit 740fee4852

View file

@ -165,7 +165,7 @@ full <- do.call("rbind", lapply(seq_len(nrow(indices_texte_ine)), function(idx)
write.csv(full, write.csv(full,
file.path( file.path(
here(), "data", here(), "data",
"aggregated_dataframe_suppdiplome.csv" "01_aggregated_dataframe_suppdiplome.csv"
), ),
row.names = FALSE row.names = FALSE
) )