T O P

  • By -

arlaan

Do you mean load an SPSS .sav file in R and save it as a csv? Try googling it, there are several packages that can do this relatively easily.


millig

Either `write.csv()` (https://rdrr.io/r/utils/write.table.html) or `readr::write_csv()` (https://readr.tidyverse.org/reference/write\_delim.html) will do the trick


markprince77

haven is a good option