list_example_data {metricminer} | R Documentation |
Get list of example datasets
Description
This is a function to retrieve a list of the example datasets included with metricminer
Usage
list_example_data()
Value
A list of the example datasets available in this package
Examples
## Not run:
list_example_data()
# Now you could use any of these example datasets that are printed out
get_example_data("calendly_events")
## End(Not run)
[Package metricminer version 0.5.1 Index]