Skip to contents

sdg_geoareas() provides a data frame of all geoArea M49 codes and names. If all arguments are NULL, returns all possible values, but if goal, indicator, or series specified, returns geoArea codes and names available for that subset of the SDGs.

Usage

sdg_geoareas(goal = NULL, target = NULL, indicator = NULL, series = NULL)

Arguments

goal

Numeric or character value between 1 and 17 corresponding to one of the 17 SDGs.

target

Character value of one of the SDG target codes of the form "#.#".

indicator

Character value of one of the SDG indicator codes of the form "#.#.#".

series

Character value of one of the SDG series codes.

Value

A data frame.