append_data(shp, data, key.data = NULL, key.shp = NULL,
ignore.duplicates = FALSE, fixed.order = is.null(key.data) &&
is.null(key.shp))
data
to be matched with key.shp
. If not specified, and fixed.order
is FALSE
, the row names of data
are taken.shp
map data to be matched with key.data
. If not specified, and fixed.order
is FALSE
, the polygon ID's are taken.data
be ignored? (FALSE
by default)shp
?