Extracting data from a web
On Thu, 30 Jul 2020 at 21:31, Pedro p?ramo <percentil101 at gmail.com> wrote:
I want to folow a fund and I see I can obtain data from here but I have to Mark the dates on the web previously, there is no a txt ir CSV, is there a way to extract the values from a line in a .R on a web like this?
Try using XML::htmlTreeParse(). The line data seems to be coded very nicely in a `<ul`>` and a few `<li>` with a tagged `class`.