census_linking_100m: Link Coordinates to German Census 2011 Data

Description Usage Arguments Value

View source: R/census_linking_100m.R

Description

This function performs spatial linking based on coordinates data and raster grid cell data from the German Census 2011. By default it uses simulated coordinates data for demonstration purposes. Own coordinates, however, can be used as well.

Usage

1
2
census_linking_100m(own.data = FALSE, set.missings = TRUE,
  data.path = ".", coords.file = "", coords.object = "", suffix = "")

Arguments

own.data

Use own already downloaded census data (calls georefum::rasterize.census(), original filenames must be preserved)

data.path

Has to be defined when using option download = or own.data =

coords.file

Path to file with coordinates; must be formatted as csv text file with a 'X' andheader...

coords.object

An R object ("Rdata" or "rda") containing the coordinates

which

Vector of Census attributeses that should be linked to the data

set.missing

Toggle whether to set missings on Census attributes

Value

A data.frame with census attributes for each coordinate


stefmue/georefum documentation built on May 30, 2019, 10:44 a.m.