
Last chance! 50% off unlimited learning
Sale ends in
get_wdid(query, language = "en", first = FALSE, verbose = TRUE)
matched
(the matched
label).get_wdid('Triclosan', language = 'de')
get_wdid('DDT')
get_wdid('DDT', first = TRUE)
# multiple inpus
comps <- c('Triclosan', 'Glyphosate')
sapply(comps, get_wdid, language = 'en')
Run the code above in your browser using DataLab