meta_run | R Documentation |
Execute analysis based on the analysis plan
meta_run(meta, i = NULL, ...)
meta |
A |
i |
A vector of integers to indicate |
... |
Additional arguments passed to |
Executed analysis based on the analysis plan.
if (interactive()) {
meta <- meta_example()
ae_summary <- function(...) {
"results of ae_summary"
}
ae_specific <- function(...) {
"results of ae_specific"
}
meta_run(meta)
meta_run(meta, i = 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.