Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

devtools (version 0.8)

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
# Runs installed example:
library("ggplot2")
example("ggplot")

# Runs develoment example:
load_all("ggplot2")
dev_example("ggplot")

Run the code above in your browser using DataLab