metaExtra provides a collection of extra utility functions for
meta-analysis in R, designed to complement the meta package. It
currently includes:
forest_save()saves ametaforest plot to disk with automatically calculated optimal dimensions.forest_dims()calculates the optimal width and height of ametaforest plot.
You can install the development version of metaExtra from GitHub with:
# install.packages("pak")
pak::pak("NourEdinDarwish/metaExtra")