This is a function to retrieve a list of the example datasets included with metricminer
Examples
if (FALSE) { # \dontrun{
# You can see the list of example datasets by running:
list_example_data()
# Then use the datasetes of your interest by calling it with this function
get_example_data("gform_info")
# Then if you check your global environment you will see "gform_info" included
ls()
} # }