Renaming out file
This commit is contained in:
parent
37e9e6b129
commit
740fee4852
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
)
|
)
|
||||||
Loading…
Add table
Reference in a new issue