list_year_admin1: Creates a lists of admin1 names by year range

Description Usage Arguments Value Examples

View source: R/list_year_admin1.R

Description

From a vector of admin1 name downloaded from GADM, create a list, by year of event (from history_lst) and by a time ramge (from and to parameters), of admin1 names by year of change.

Usage

1
2
list_year_admin1(country, hash, history_lst, from = "1960",
  to = "2020")

Arguments

country

string character country name.

hash

named vector used to translate Gadm names in English withot accent

history_lst

list of event (see **_history object and make_history function)

from

year in character or numeric

to

year in character or numeric

Value

a list of named vector, the names are the year of event.

Examples

1
2
3

choisy/dictionary documentation built on Aug. 21, 2019, 3:52 p.m.