Function to get activities endpoint from IATI-compliant dataset.

get_IATI_activity(
  url = "https://iatidatastore.iatistandard.org/search/activity?q=",
  sector_vocabulary = "sector_vocabulary:(10 1 9 7)",
  country = c("Colombia"),
  daterange_actual = c("2018-01-01T00:00:00Z", "2021-01-01T00:00:00Z"),
  daterange_planned = c("2018-01-01T00:00:00Z", "2021-01-01T00:00:00Z")
)

Arguments

url

URL for websites containing IATI-compliant dataset. Default is "https://iatidatastore.iatistandard.org/search/activity?q="

sector_vocabulary

sector typology - Default is DAC, Humanitarian and SDG sector_vocabulary:(10 1 9 7)

country

list of Country or single country to pull data about

daterange_actual

list with actual start and end date of activities

daterange_planned

list with planned start and end date of activities

Value

Parsed content on activities from IATI-compliant datasets.

Examples