This function loads and returns example data for the packagae. Which dataset is returned must be specified

get_example_data(which_data)

Arguments

which_data

options are "count" or "meta"; specifies which example dataset should be returned

Examples

if (FALSE) {

gimap_dataset <- get_example_data("gimap")
}