powered by
Translate an Rd string to its HTML output
rd2html(x, fragment = TRUE, ...)
Rd string. Backslashes must be double-escaped ("\\").
logical indicating whether this represents a complete Rd file
additional arguments for as_html
rd2html("a\n%b\nc") rd2html("a & b") rd2html("\\strong{\\emph{x}}")
Run the code above in your browser using DataLab