I've saved a webpage that has a table (200,000+ rows) in html format. I would like to convert the table to a csv file. The resulting table from the command html_table is too large hence cannot be shown due to limited memory. Is there a way I can partition the table when running html_table? Or are there other solutions?
Asked
Active
Viewed 29 times