Skip to content

Releases: till-tietz/parsel

parsel 0.3.0

Choose a tag to compare

@till-tietz till-tietz released this 23 Feb 06:23
  • Added start_scraper and build_scraper functions, which jointly allow users to turn scraper functionality defined by parsel
    constructors into scraping functions. Scraping code can now not only be dumped to the console via show but be returned to the
    environment as a function.

parsel 0.2.1

Choose a tag to compare

@till-tietz till-tietz released this 16 Aug 10:00
  • fixed parscrape row number mismatch bug in the construction of the unscraped data.frame when chunks contain different numbers of scrape elements.

parsel 0.2.0

Choose a tag to compare

@till-tietz till-tietz released this 08 Jun 20:12
b3ab4d1
  • Added 'RSelenium' constructor functions. These functions are wrappers around 'RSelenium' methods that allow you to quickly and easily render safe, ready to use 'RSelenium' scraping code to the console and paste it into your scraping functions. Constructors can be piped together via %>>% to allow for intuitive, sequential construction of scraping code.
  • Constructors include functions for:
    • navigation: go(), goback(), goforward()
    • web-element interaction: click(), type()
    • web-element scraping: get_element()
    • piping: %>>%

parsel 0.1.1

Choose a tag to compare

@till-tietz till-tietz released this 17 Mar 17:18
v0.1.1

updated CRAN comments