Return a list of IDs for any node that contains the given txnyms.
Examples
data(mammals)
# what ID represents the apes?
getNdsFrmTxnyms(mammals, "Hominoidea")
#> $Hominoidea
#> [1] "n2960"
#>
Return a list of IDs for any node that contains the given txnyms.
data(mammals)
# what ID represents the apes?
getNdsFrmTxnyms(mammals, "Hominoidea")
#> $Hominoidea
#> [1] "n2960"
#>