rdoc_from_html {ggplot2} | R Documentation |
Crude regexp based conversion from html to rdoc.
rdoc_from_html(html, skip="")
html |
input rdoc string |
skip |
pass to rdoc_auto_link |
Assumes well-formed xhtml. Also autolinks any ggplot functions.
Hadley Wickham <h.wickham@gmail.com>