Description

clean_aidData(df_list, dataset = c("China", "Core"),
  level = "donor-year")

Arguments

dataset

Character String denoting which dataset is to be cleaned (takes "Core" or "China". Takes vector c("Core","China") if datasets shall be merged)

level

Level (c("full","donor-year","donor-year-recipient","donor-year-recipient-type"))

df

a Data Frame containing the Raw Dataset

Value

A data frame containing n rows of blabla.

Warning

Do not operate heavy machinery within 8 hours of using this function.

References

Data stems from nice people

Examples

x <- c(1,2,3) mean(x)
#> [1] 2