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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • It is pretty much easier importing data in R or R-studio than exporting data, DataFrame, results, objects etc from R and transforming it into xlsx (Excel) format. This video shows how to export data from R in csv format as well as transforming the csv file into xlsx or Excel file.
    Please subscribe to my channel :
    / minukuututorials
    French version of the video:
    • Du logiciel R à l'Exce...
    Other videos:
    Quick statistical data summary using the Analysis ToolPak and pivot table:
    • Quick statistical data...
    Biostatistics - Grouping quantitative data into classes using Excel:
    • Biostatistics - Groupi...
    Statistical hypotheses testing procedure:
    • Statistical hypotheses...
    #MinukuuTutorials #exportdatafromr #R

Комментарии • 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 2 года назад +2

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

    • @MinukuuTutorials
      @MinukuuTutorials  2 года назад +1

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

  • @nadiabenabdallah5805
    @nadiabenabdallah5805 Год назад +1

    Merci beaucoup monsieur 🌹🌹🌹🌹🌹

    • @MinukuuTutorials
      @MinukuuTutorials  Год назад +1

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

  • @alexanderbandipo7605
    @alexanderbandipo7605 3 года назад +1

    Great work, clear and concise. Thanks for sharing.

  • @saharchaboki
    @saharchaboki 3 года назад +1

    Your tutorial was so helpful for me, thank you🌷

  • @swanmute5713
    @swanmute5713 Год назад +1

    Thank you very much. It helps me a lot.

  • @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:)

  • @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 2 года назад +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  2 года назад

      @@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.

  • @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

  • @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:)

  • @learnwithfatimaK
    @learnwithfatimaK 2 года назад

    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  2 года назад +1

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