get_param_grid <- function(...){
## dots -> tibble
## create a tibble from all combinations of inputs
tidyr::expand_grid(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.