Skip to contents

Code Agreement Entity

Usage

code_entity(title)

Arguments

title

Treaty titles

Value

The region of the agreement

Examples

# \donttest{
title <- sample(manyenviron::agreements$IEADB$Title, 30)
code_entity(title)
#>  Please make sure JavaScript is installed.
#> Installing package into ‘/Users/runner/work/_temp/Library’
#> (as ‘lib’ is unspecified)
#>  [1] "Northern"                  NA                         
#>  [3] NA                          NA                         
#>  [5] NA                          NA                         
#>  [7] NA                          NA                         
#>  [9] NA                          NA                         
#> [11] NA                          NA                         
#> [13] NA                          NA                         
#> [15] "Caribbean States"          NA                         
#> [17] NA                          NA                         
#> [19] NA                          NA                         
#> [21] "Luso Spanish River Basins" NA                         
#> [23] NA                          NA                         
#> [25] NA                          NA                         
#> [27] NA                          "River"                    
#> [29] "Caribbean"                 NA                         
# }