as.source: Return miniMeta analysis as source code
Description
Returns an entire miniMeta analysis in an R source code format.
This provides a basis for further processing the results exported
from miniMeta, using R code, in order to perform more elaborate or
more specific analyses.
Usage
as.source(x)
Value
A character vector of length one, containing R code that
loads the data, runs the meta-analysis, and plots a forest plot.
You can save this in a text file using writeLines.