use(pkg = "RcppCWB", corpus = "REUTERS")
a <- corpus("REUTERS") %>%
subset(places = "argentina") %>%
html() %>%
highlight(lightgreen = 3997) %>%
href(href = list("3997" = "https://en.wikipedia.org/wiki/Argentina"))
if (interactive()) show(a)
Run the code above in your browser using DataLab