rmarkdown: Convert R script to report in html, pdf or word format

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 39

  • @KM-rb9on
    @KM-rb9on 2 ปีที่แล้ว +2

    Thanks Rajendra. You have saved me many hours of work

    • @DevResearch
      @DevResearch  2 ปีที่แล้ว

      Thanks for this appreciation. Please watch my other videos also. And suggest if you want to learn more.

  • @usmanoor3585
    @usmanoor3585 ปีที่แล้ว

    That's really the perfect one video for rmarkdown.. Thanks

  • @afyarahim7742
    @afyarahim7742 6 หลายเดือนก่อน +1

    Bravoooo 👍🏼

    • @DevResearch
      @DevResearch  6 หลายเดือนก่อน

      Thanks. Please watch my other videos also.

  • @mohamedlagzouli6679
    @mohamedlagzouli6679 2 ปีที่แล้ว

    I greatly enjoyed your presentation, thank you so much.

    • @DevResearch
      @DevResearch  2 ปีที่แล้ว

      Thanks for appreciation. Please do watch my other videos.

  • @rayingrid8299
    @rayingrid8299 2 ปีที่แล้ว

    Thank you very much, your video is very understanding.

    • @DevResearch
      @DevResearch  2 ปีที่แล้ว

      Glad it was helpful!

  • @hementsharma4355
    @hementsharma4355 9 หลายเดือนก่อน

    Thank you so much, this was really helpful

    • @DevResearch
      @DevResearch  9 หลายเดือนก่อน

      Glad it was helpful! Thanks, please share video in your contacts.

  • @ayehehteda9534
    @ayehehteda9534 2 ปีที่แล้ว +1

    Thanks a lot, it was really helpful.

  • @arpankumarthakur6597
    @arpankumarthakur6597 ปีที่แล้ว

    This helped me a lot. Thanks

    • @DevResearch
      @DevResearch  ปีที่แล้ว

      Thanks for good words. Do watch my other videos also.

  • @gertrudetibu967
    @gertrudetibu967 2 ปีที่แล้ว +1

    Very helpful 🙌🏾

    • @DevResearch
      @DevResearch  2 ปีที่แล้ว

      Glad you liked it. Feel free to communicate for any R and stat query.

  • @nmosha90
    @nmosha90 2 ปีที่แล้ว +1

    Very useful thankyou!

    • @DevResearch
      @DevResearch  2 ปีที่แล้ว

      Glad, you liked it.please share with your friends.

  • @uswaahmed6745
    @uswaahmed6745 ปีที่แล้ว

    my html R markdown file isnt showing the output from console ...know why?

    • @DevResearch
      @DevResearch  ปีที่แล้ว

      Have you got html output?

    • @uswaahmed6745
      @uswaahmed6745 ปีที่แล้ว

      @@DevResearch the code is running just fine in R but knitting it to html isnt showing the output of the code in the html file

    • @DevResearch
      @DevResearch  ปีที่แล้ว

      Can you share the render pane screenshot ? There you may have some error or warning. If you are getting the voted knitted as rmd.spin and then .md without error , it will get compiled as html. Else you can share your file with data . Rest assured that your data will be secure. Send it to rajuchoure@gmail.com

  • @elinoirsmythe224
    @elinoirsmythe224 2 ปีที่แล้ว

    this is so helpful. thank you!

    • @DevResearch
      @DevResearch  2 ปีที่แล้ว

      Thanks for this appreciation.

  • @nathaliamendes651
    @nathaliamendes651 8 หลายเดือนก่อน

    Thanks, my friend!

    • @DevResearch
      @DevResearch  8 หลายเดือนก่อน

      You are welcome. Please watch my other videos also.

  • @nhanvu1566
    @nhanvu1566 ปีที่แล้ว +1

    thank you!

  • @MohammadJahidIbneyJabed
    @MohammadJahidIbneyJabed ปีที่แล้ว +1

    Thank you

  • @aryansingh105
    @aryansingh105 ปีที่แล้ว

    How to install Miktex in your system?

    • @DevResearch
      @DevResearch  ปีที่แล้ว

      just download MiKTeX using the link miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-23.4-x64.exe, you can get this link by searching "MiKTeX download" on google. install it. alternatively alternatively go to R studio and install package tinytex. then run the following command tinytex::install_tinytex(). This will install TinyTeX which is a minimal distribution of TeX. I will recommend using MiKTeX

  • @OFWCREATOR
    @OFWCREATOR 3 ปีที่แล้ว

    I hope you upload and share your scripts. Thank you sir!

  • @hasib.46
    @hasib.46 9 หลายเดือนก่อน

    it doesnt work for the pdf and doc to me but it works for the html

    • @DevResearch
      @DevResearch  9 หลายเดือนก่อน

      Fir pdf you need to run following lines in r studio install.packages('tinytex')
      tinytex::install_tinytex() and then knit the document. For doc you need to have MSword working on your system v

    • @hasib.46
      @hasib.46 9 หลายเดือนก่อน

      @@DevResearch it still doesnt work to me. it just runs like this
      processing file: Appendix_for_R_section.spin.Rmd
      |................................................ | 67% [unnamed-chunk-1]
      Quitting from lines 3-151 [unnamed-chunk-1] (Appendix_for_R_section.spin.Rmd)
      Error in `sink()`:
      ! sink stack is full
      Backtrace:
      1. rmarkdown::render(...)
      2. knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
      3. knitr:::process_file(text, output)
      8. knitr:::process_group.block(group)
      9. knitr:::call_block(x)
      ...
      14. knitr (local) evaluate(...)
      15. evaluate::evaluate(...)
      16. evaluate:::evaluate_call(...)
      17. evaluate:::watchout(debug)
      18. base::sink(con, split = debug)

    • @DevResearch
      @DevResearch  9 หลายเดือนก่อน

      Share your .RMD. I will try to process it.

  • @nganja2251
    @nganja2251 2 ปีที่แล้ว +1

    thanks a lot