On Tue, 11 Aug 2020 17:34:31 +0200 Pedro páramo <percentil...@gmail.com> wrote:
> Error in write_csv(resultprob, file = "resultprob.csv", sep = ",") : > unused arguments (file = "resultprob.csv", sep = ",") There is utils::write.csv and there is readr::write_csv. Judging by the parameters you pass, you seem to want to call the former, not the latter. Hint: use help() to find out the correct arguments of a function if R tells you that there was a mistake. -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.