What is R Markdown?

Поделиться
HTML-код
  • Опубликовано: 23 авг 2022
  • R Markdown is an easy way to generate reports that incorporate both R code and lightly-formatted text. If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

Комментарии • 16

  • @EquitableEquations
    @EquitableEquations  3 месяца назад

    Hi everybody! I now recommend using Quarto instead of RMarkdown. Check out my introduction vid here: ruclips.net/video/16V-iX42pxs/видео.html

  • @felipeperilla
    @felipeperilla 10 месяцев назад

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

  • @EquitableEquations
    @EquitableEquations  Год назад +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.

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

  • @jmankin1
    @jmankin1 Год назад

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

  • @toni_munoz
    @toni_munoz 10 месяцев назад +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!

  • @franj3628
    @franj3628 Год назад +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).

  • @shivayshakti6575
    @shivayshakti6575 Год назад

    👍

  • @harshadc9
    @harshadc9 8 месяцев назад

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

  • @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.
      ruclips.net/video/MdTtTN8PUqU/видео.html

  • @spbynum
    @spbynum 9 дней назад

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

    • @EquitableEquations
      @EquitableEquations  7 дней назад

      Hi! I recommend working in a project (ruclips.net/video/MdTtTN8PUqU/видео.html), which makes file management much simpler. For more sophisticated file structures, you can also use the {here} package (ruclips.net/video/oh3b3k5uM7E/видео.html). Good luck!