simulate_nruns = function(n_runs = 100, n, beta0 = 2, beta1 = 3) {
rerun(n_runs, sim_regression(n, beta0, beta1)) %>%
bind_rows()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.