Code domains from agreement titles

code_domain(title, type = c("environment", "health"))

Arguments

title

Treaty titles

type

Issue-type of agreement, either environment or health

Value

The domain taken from agreement title

Examples

if (FALSE) { # \dontrun{
title <- sample(manyenviron::agreements$IEADB$Title, 30)
code_domain(title)
} # }