# NOT RUN {
use("polmineR")
P <- partition("REUTERS", places = "argentina")
H <- html(P)
Y <- highlight(H, list(lightgreen = "higher"))
T <- tooltips(Y, list(lightgreen = "Further information"))
T
if (require("magrittr")){
P %>%
html() %>%
highlight(list(yellow = c("barrels", "oil", "gas"))) %>%
tooltips(list(yellow = "energy"))
}
# }
Run the code above in your browser using DataLab