dev_example
From devtools v1.13.2
by Hadley Wickham
Run a examples for an in-development function.
Run a examples for an in-development function.
Usage
dev_example(topic)
Arguments
- topic
Name or topic (or name of Rd) file to run examples for
See Also
Other example functions: run_examples
Examples
# NOT RUN {
# Runs installed example:
library("ggplot2")
example("ggplot")
# Runs develoment example:
load_all("ggplot2")
dev_example("ggplot")
# }
Community examples
Looks like there are no examples yet.