powered by
Returns the paths to all available toy examples, or to a specific toy example. Load via readRDS().
readRDS()
toy_example(name = NULL)
Name of the example, default: return all
A named vector of file system paths.
# NOT RUN { toy_example() # Load example with results from Ye et al. (2009) readRDS(toy_example("Tiny")) # }
Run the code above in your browser using DataLab