1- I’ve added the choose argument to the table_scrap()
function, which allows the user to choose which table to extract.
2- I’ve added two functions: + titles_scrap()
for scraping titles from a website. + paragraphs_scrap()
for scraping paragraphs from a website.
Two new functions: - table_scrap()
: allows the user to extract an HTML table from a web page.
- weblink_scrap()
: allows the user to extract all web links within a web page.
Also, introducting a new arguments within each function : askRobot
Initial release
NEWS.md
file to track changes to the package.