load_meta: Read in the xlsx file containing effects to be meta-analysed

Description Usage Arguments Details Value See Also Examples

View source: R/data.r

Description

You provide the name of the meta analysis (e.g. "GxSES") which is expanded to the file name containing all the preior estiamtes, e.g. "data_GxSES.xlsx".

Usage

1
load_meta(meta, type = "xlsx", verbose = getOption("verbose"))

Arguments

meta

name of the meta-analytic "question"

Details

(the actual file resides in the package's data folder).

Value

- the effects data.frame

See Also

Other Data Functions: load_bib, meta.now

Examples

1
df = load_meta(meta = "GxSES") # loaded as df

tbates/meta.now documentation built on Sept. 13, 2019, 6:14 a.m.