79643065

Date: 2025-05-28 22:18:28
Score: 0.5
Natty:
Report link

The blastula package enables displaying an html string in the RStudio viewer. This avoids having to save an html object to a file.

my_html <- "<h1>Here's some HTML</h1>
<p>Here's a paragraph</p>
</br>
</br>"
blastula::compose_email(blastula::md(my_html))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rainfall.NZ