perform_bind | R Documentation |
Combine the subgroup meta-analyses to ...
perform_bind(x)
x |
An object retrieved from perform_meta. |
a tibble with named lists.
if (interactive()) {
# Perform meta-analysis on VO2max
results <- perform_meta(endpoint = "VO2max")
results
# Combine Overall and Subgroups meta-analysis results
results_bind <- perform_bind(results$meta_analysis)
results_bind
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.