knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
library(tidyverse)

aidR

tatata lalala

Installation

You can install aidR from github with:

# install.packages("devtools")
devtools::install_github("schliebs/aidR")

Example

This is a basic example which shows you how to solve a common problem:

aidR::downloadRawAidData(dataset = "China",
                   folder = "rawdata",
                   filename = "MyChinaData")


schliebs/aidR documentation built on Feb. 17, 2020, 10:26 a.m.