powered by
get_wdid(query, language = "en", first = FALSE, verbose = TRUE)
matched
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