TODO: further information on the sites (e.g. addresses need to be added manually within the database...)

OGRE_ODM_SITES(stringsAsFactors = default.stringsAsFactors())

Arguments

stringsAsFactors

TRUE or FALSE (default: default.stringsAsFactors) passed on to data.frame()

Value

data frame with sources

Examples

str(OGRE_ODM_SITES())
#> Warning: 'default.stringsAsFactors' is deprecated.
#> Use '`stringsAsFactors = FALSE`' instead.
#> See help("Deprecated")
#> 'data.frame':	6 obs. of  5 variables:
#>  $ SiteCode      : chr  "ALT" "NEU" "STR" "EFH" ...
#>  $ SiteName      : chr  "Altbau" "Neubau" "Strasse" "Einfamilienhaus" ...
#>  $ Latitude      : num  0 0 0 0 0 0
#>  $ Longitude     : num  0 0 0 0 0 0
#>  $ LatLongDatumID: num  0 0 0 0 0 0