Contains metadata linked to each entity. Represents the entity table in the database.

entity

Format

A data frame (tibble object) with 1667 rows and 11 variables:

ID_SITE

Unsigned integer: Unique identifier for the site, multiple entities can be located within the same site

ID_ENTITY

Unsigned integer: Unique identifier for the entity

site_name

Text:

entity_name

Text:

latitude

Double:

longitude

Double:

elevation

Double:

site_type

Text:

source

Text:

publication

Text:

doi

Text:

Examples

entity_tb <- special.epd::entity
head(entity)
#> # A tibble: 6 × 11
#>   ID_SITE ID_ENTITY site_name entity_name latitude longitude elevation site_type
#>     <int>     <int> <chr>     <chr>          <dbl>     <dbl>     <dbl> <chr>    
#> 1       1         1 Aalkiste… MBA3            49.0      8.76       227 lake     
#> 2       2         2 Aammiq    AMMIQ           33.7     35.8        865 terrestr…
#> 3       3         3 Aansser … ANS             35.0     -4.99      1342 terrestr…
#> 4       4         4 Abant Go… ABANT           40.6     31.3       1327 lake     
#> 5       5         5 Abborrtj… ABBO            63.9     14.4        387 lake     
#> 6       6         6 Aberneth… AF1974          57.2     -3.71       221 terrestr…
#> # … with 3 more variables: source <chr>, publication <chr>, doi <chr>