Description Usage Arguments Value Examples
This function creates a lihkg scraper
1 | create_lihkg(..., verbose = FALSE)
|
... |
parameters to be passed to RSelenium::rsDriver(). For example, you can use create_lihkg(browser = "firefox", port = sample(10000:60000, 1)) to generate a Selenium instance of Firefox. |
verbose |
logical, whether debug information is printed out. |
a lihkg scraper
1 2 3 4 | ## Not run:
lihkg <- create_lihkg(browser = "firefox", port = sample(10000:60000, 1))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.