How to retrieve the element's link in the html table with R?
For example: we would like to retrieve companies' detailed stock link addresses in "Most Actives table" on "Hot Stocks - Stock Market Movers - CNNMoney" page , a link like "BAC - Bank of America Corp Stock quote - CNNMoney.com",
How could we do?
library(tidyverse)
library(rvest)
"https://money.cnn.com/data/hotstocks/index.html" |>
read_html()
what 's next could we do.