Chapter 1 Introduction

This repository contains two training documents for the OCA Data Sharing Platform:

1.1 Setup

Before moving on to Chapter 2, setup a folder on your computer where you can store the datasets that accompany this practical. If you use R Studio we suggest setting up a new R Project, as described in The Epidemiologist R Handbook.

The datasets used in Chapters 2 and 3 can be downloaded from GitHub via the links below. Our example code chunks in Chapters 2 and 3 assume that these datasets will be stored within a folder called “data/”.

You will also need to install some R packages.

install.packages(c("remotes", "rio", "here"))
remotes::install_github("epicentre-msf/datadict")