How to convert html to CSV using R programming

0

I have the file of lotofacil downloaded on my desktop and 'a table with the lotus historical numbers and this in html file: /// C: /Users/sergio/Desktop/D_LOTFAC.HTM , I use R program and would like to convert it to CSV, any suggestions?

Thank you very much

    
asked by anonymous 23.01.2016 / 10:33

1 answer

0

Personal

With the tips I received I was able to download and work with the spreadsheet, it follows the code:

The code needs the XML package

library (XML)

tf

24.01.2016 / 21:38