rdoc_from_html {ggplot2}R Documentation

Convert rdoc to html

Description

Crude regexp based conversion from html to rdoc.

Usage

rdoc_from_html(html, skip="")

Arguments

html input rdoc string
skip pass to rdoc_auto_link

Details

Assumes well-formed xhtml. Also autolinks any ggplot functions.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]