top of page

Tutorial 1: Installing the X-META package in R

There are three ways to download the xmeta package in R:

​

1) Go to Packages tab on bottom right quadrant of R. Scroll through the options and select xmeta. 

​

2) Type: install.packages("xmeta"). Then, to download the packaged for access, type: library("xmeta"). 

​

3) Click on the Tools tab in your Menu bar, which is at the top of your computer screen. Go to the Install Packages option and type in the empty text box or scroll to select xmeta. Once installed, type: library("xmeta").   

​

Tutorial 2: An Overview of the XMETA Package

bottom of page