This is a function to retrieve a list of the example datasets included with metricminer
Examples
if (FALSE) { # \dontrun{
list_example_data()
# Now you could use any of these example datasets that are printed out
get_example_data("calendly_events")
} # }