extraire les hyperliens en r

domain_value = links %>% html_attr("href")
name_value = links %>% html_text()
Successful Salmon