How to export or save data or results from R into CSV and xlsx (Excel) format

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 30

  • @jeffreybrann1546
    @jeffreybrann1546 3 роки тому +4

    Thank you! This was a big help with my thesis.

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому

      You're most welcome. I am glad it help. I wish you a successful graduation, Bro:)

  • @danielaalmeida6485
    @danielaalmeida6485 3 роки тому +2

    Thank you so much!!!!! I almost cried when it worked, was trying it for hours until I found your tutorial!

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому +1

      Awesome!! Thank you very much for the feedback. I am glad it helped :)

  • @nadiabenabdallah5805
    @nadiabenabdallah5805 2 роки тому +1

    Merci beaucoup monsieur 🌹🌹🌹🌹🌹

    • @MinukuuTutorials
      @MinukuuTutorials  2 роки тому +1

      Je vous en prie. Je suis content que ce tutoriel vous ait aidé :)

  • @swanmute5713
    @swanmute5713 2 роки тому +1

    Thank you very much. It helps me a lot.

  • @saharchaboki
    @saharchaboki 3 роки тому +1

    Your tutorial was so helpful for me, thank you🌷

  • @alexanderbandipo7605
    @alexanderbandipo7605 4 роки тому +1

    Great work, clear and concise. Thanks for sharing.

  • @liliansinyangwe9661
    @liliansinyangwe9661 2 роки тому +1

    Very useful! Thank you.

  • @haddaazharboukhris5517
    @haddaazharboukhris5517 3 роки тому +1

    Thank you Sir. You helped me a lot

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому +1

      You are most welcome. I am glad it helped :)

    • @haddaazharboukhris5517
      @haddaazharboukhris5517 3 роки тому +1

      @@MinukuuTutorials do you know how i calcule "SOMME =" with many "feuille excel " .. when I did it, it came #VALEUR! in the box of the calcul
      .. what should I do please?

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому

      @@haddaazharboukhris5517 Hi, if I have understood your question, you want to calculate sum in excel, right ? To do that, use the sum function :
      =SUM(use your mouse to select the first cell+select the second cell+....)
      and hit enter.

  • @serunipagi5719
    @serunipagi5719 4 роки тому +1

    Tahnkyou So much God bless your knowledge 🥰

    • @MinukuuTutorials
      @MinukuuTutorials  4 роки тому

      You are most welcome. I hope it worked. Thank you for watching:)

  • @learnwithfatimaK
    @learnwithfatimaK 3 роки тому

    thank you so much for the video,but when I write the ode, this hows up write.table(OutputsCalib,"C:/Users/kasta/OneDrive/Desktop/resultat.csv ",sep=",",row.name=FALSE)
    Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) :
    cannot coerce class ‘c("OutputsCalib", "HBAN")’ to a data.frame
    can you help me plz, thanks

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому +1

      Hi, I don’t know what is causing this error, but I will search. If I find something I will let you know

  • @annamarijafirere8040
    @annamarijafirere8040 3 роки тому +1

    When I write the code, this shows up:
    Error: unexpected symbol in "write.table(PRCP_T, "C:/Users/annaf/Documents/PET.csv",sep="."row.names"
    What should I do? :(

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому

      You probably might have made a mistake in writing the code. Could you please copy and paste the exact code that you wrote for me to see if there's any mistake?

    • @annamarijafirere8040
      @annamarijafirere8040 3 роки тому +1

      @@MinukuuTutorials i figured out the problem, but thank you so much. Your videos are very helpful 🤩

    • @MinukuuTutorials
      @MinukuuTutorials  3 роки тому +1

      @@annamarijafirere8040 Awesome! You're welcome and thanks for the positive feedback. Much appreciated:)

  • @soumago911
    @soumago911 Рік тому +1

    I don't understand where is the probleme, even if I open the file in R STUDIO I cant export THE RESULT TO THE same file :
    Error in file(file, ifelse(append, "a", "w")) :
    cannot open the connection
    In addition: Warning message:
    In file(file, ifelse(append, "a", "w")) :
    cannot open file 'D:\Data\my dataset\spi': Permission denied

    • @MinukuuTutorials
      @MinukuuTutorials  Рік тому

      Hi, I don’t understand what you mean by you “can’t export the results to the same fine…”. Please check and make sure the your working directory is well set. Also make sure you turn all the “\” into “/“ in the code.

  • @AmeenahRahim
    @AmeenahRahim Рік тому +1

    2023. Write the code in the console, allow it to correct for current version of R