What is R Markdown?

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

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

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

    Hi everybody! I now recommend using Quarto instead of RMarkdown. Check out my introduction vid here: th-cam.com/video/16V-iX42pxs/w-d-xo.html

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

    This is incredibly helpful and simple. Im currently starting my data analytics journey and I've used your videos to help me understand R. You make all the concepts so approachable!

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

    Simple, concise, step by step R Markdown guide. Start here!
    Loved how you started the document from scratch; getting hit with the RStudio default template is a bit much, so starting from scratch helped. Also, I've spent far more time than I'd care to admit google what ending up being the kable function. Thank you for this video!

  • @EquitableEquations
    @EquitableEquations  2 ปีที่แล้ว +3

    You can find materials from this vid (and others) at github.com/equitable-equations/youtube.

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

    Excellent. Thanks for taking the time to share your know-how.

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

    This is so helpful. Thank you. Love this!!!

  • @franj3628
    @franj3628 2 ปีที่แล้ว +3

    Thank you for sharing this. I recently started to use RMarkdown and want to make the most out of it (perhaps even writing my PhD thesis or research manuscripts).

  • @harshadc9
    @harshadc9 11 หลายเดือนก่อน

    How can I use R programming in finance career….any course or suggestions

  • @spbynum
    @spbynum 2 หลายเดือนก่อน

    How do you do code chunks for imported datasets? I keep getting “object not found.”

    • @EquitableEquations
      @EquitableEquations  2 หลายเดือนก่อน

      Hi! I recommend working in a project (th-cam.com/video/MdTtTN8PUqU/w-d-xo.html), which makes file management much simpler. For more sophisticated file structures, you can also use the {here} package (th-cam.com/video/oh3b3k5uM7E/w-d-xo.html). Good luck!

  • @BrokenRecord-i7q
    @BrokenRecord-i7q ปีที่แล้ว

    👍

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

    For some reason I stuck with image feature (I tried to put in a working dirrectory an image but for some reason it didn't see it ... but everything else is clear.
    Hopefuly I'll manage it in the nearest future.
    Thank you!

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

      Hi! I recommend using an RStudio project to organize your files. This will fix most file path problems.
      th-cam.com/video/MdTtTN8PUqU/w-d-xo.html

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

    Thanks a lot, Andrew! To the point, clear, wide usages, and useful.