Introduction to R Markdown | Foundations of data analysis with R (lesson 6)

Поделиться
HTML-код
  • Опубликовано: 15 июл 2024
  • 👋 LESSON MATERIALS 🛑
    Get the data, scripts, PDF notes and quizzes for this lesson from our website:
    thegraphcourses.org/courses/r...
    Chapters
    0:00 Introduction
    4:33 YAML metadata & Output formats
    5:02 Word documents
    5:35 Powerpoint
    5:58 PDF
    7:31 Prettydoc
    8:51 Flexdashboard
    9:51 Visual mode
    11:27 Markdown syntax
    17:35 Options menu
    18:34 Code chunks
    20:45 Chunk options
    25:18 Global options
    27:24 Inline R code
    29:41 Tables
    33:04 Plots
    35:06 Further resources
    36:31 Quarto
    37:13 Cheatsheet
    37:49 Example analysis
    45:28 Wrap-up
    Learning objectives
    - You can create and knit an Rmarkdown document containing code and free text.
    - You can output documents to multiple formats including HTML, PDF, Word, Powerpoint and flexdashboards.
    - You understand basic markdown syntax.
    - You can use R chunk options, including eval, echo, and message.
    - You know the syntax for in-line R code.
    - You recognize some useful packages for table formatting in Rmarkdown.
    - You understand how to use the {here} package to force Rmarkdown files to use the project folder as the working directory.
    ----------------
    And follow us on social media to get the latest updates!
    Twitter: / thegraphnetwork
    LinkedIn: / the-graph-network

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

  • @SofiaFerreiraplus
    @SofiaFerreiraplus 10 дней назад

    This is highly useful.

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

    Hey . You the first professor teaching a subject so professionally. Appreciate .

  • @user-dl5go9tg6g
    @user-dl5go9tg6g 9 дней назад

    wawoo

  • @George-ds5ev
    @George-ds5ev 8 месяцев назад +1

    Best introduction to R markdown 🎉

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

    Really one of the best tutorials out here..mainly bcoz of the style and effectiveness of the teaching method..Thank you!!!

  • @science-op7ml
    @science-op7ml 3 месяца назад

    Thank you so much! You are the best! I super appreciate it!

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

    Thanks you very much

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

    So helpful and lovely explanation. Thank you

  • @Good_Logic
    @Good_Logic Месяц назад

    ❤ How to Open Markdown output in Other than a Default Browser Window ❓️❓️

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

    not bad

  • @kingvado2546
    @kingvado2546 7 месяцев назад

    Hey! How i can load imported datasets in R Markdown..and use them,😢 i can't, plz, help!!!

    • @KeneDavidNwosu
      @KeneDavidNwosu 7 месяцев назад

      Hello! Our coding basics video (earlier in the playlist), discusses this topic! ruclips.net/p/PLkkleDPMR2sU2Y6H4fDBi9msOarZWOcBB

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

      see example in 37:55