You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Match types available: "best", "all", "first", "ask", "na".
Reproducible example, try: data("jagst", package = "webchem") subs <- head(unique(jagst$substance)) get_etoxid(subs, match = "best") get_etoxid(subs, match = "all") get_etoxid(subs, match = "first") get_etoxid(subs, match = "ask") get_etoxid(subs, match = "na")
"all" returns an unformatted list
'"first"` seems shifted. doesn't print etoxid, match is na, distance is first
"ask" is not working
"na"should not return na for Desethylatrazin.
The text was updated successfully, but these errors were encountered:
stitam
changed the title
get_etoxid() returns improper results for certain match types
get_etoxid() returns incorrect results for certain match types
Jan 23, 2020
Match types available:
"best"
,"all"
,"first"
,"ask"
,"na"
.Reproducible example, try:
data("jagst", package = "webchem")
subs <- head(unique(jagst$substance))
get_etoxid(subs, match = "best")
get_etoxid(subs, match = "all")
get_etoxid(subs, match = "first")
get_etoxid(subs, match = "ask")
get_etoxid(subs, match = "na")
"all"
returns an unformatted list"ask"
is not working"na"
should not return na for Desethylatrazin.The text was updated successfully, but these errors were encountered: