devtools (version 1.12.0)

dev_example: Run a examples for an in-development function.

Description

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

Run this code
## Not run: 
# # Runs installed example:
# library("ggplot2")
# example("ggplot")
# 
# # Runs develoment example:
# load_all("ggplot2")
# dev_example("ggplot")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace