#' Create the PBD parameters
#' @inheritParams default_params_doc
#' @author Richel J.C. Bilderbeek
#' @export
create_pbd_params <- function(
erg,
eri,
scr,
sirg,
siri
) {
pbd_params <- list(
erg = erg,
eri = eri,
scr = scr,
sirg = sirg,
siri = siri
)
becosys::check_pbd_params(pbd_params)
pbd_params
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.