See https://book.declaredesign.org/complex-designs.html#meta-analysis
rma_helper(data, yi, sei, method = "REML", ...)
a data.frame of estimates
a data.frame
unquoted variable name of estimates used in meta-analysis
unquoted variable name of standard errors used in meta-analysis
character string to specify whether a fixed- or a random/mixed-effects model should be fitted. A fixed-effects model (with or without moderators) is fitted when using method = "FE". Random/mixed-effects models are fitted by setting method equal to one of the following: "DL", "HE", "SJ", "ML", "REML", "EB", "HS", "HSk", or "GENQ". Default is "REML".
Further options to be passed to rma
See ?rma for further details