Use HTML & CSS in R with {htmltools} | A Step-By-Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @flonga2302
    @flonga2302 7 месяцев назад +3

    Super helpful! Thank you Albert for the great R content

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

      You're welcome ☺

  • @stephan-koenig
    @stephan-koenig 7 месяцев назад +2

    Thanks for the video! Isn't the tag discouraged because it describes how something is supposed to look (i.e., bold), instead what it means (i.e., strong)?

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

      Thanks that's good to know. Seems to be particularly true for screenreaders. See forum.freecodecamp.org/t/bold-and-strong-text/178376

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 7 месяцев назад +1

    Very nice! Quick question. Are you running this inside Quarto or this simply an Rscript?

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

      I've written this in a Quarto file in the video. But I've never actually rendered the document and only executed the code chunk manually. If you render the Quarto document, you will have to encapsulate the output in another div with style set to `all: initial` to avoid that the Quarto theme messes with the output style.

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

      This is great for shiny using bslib package.