Description Usage Arguments Value
View source: R/run-phantomjs.R
Throws and error if phantom cannot be found, or cannot be started. It works with a timeout of five seconds.
1 2 | run_phantomjs(debugLevel = c("INFO", "ERROR", "WARN", "DEBUG"),
timeout = 5000)
|
debugLevel |
Phantom.js debug level, possible values: |
timeout |
How long to wait (in milliseconds) for the webdriver connection to be established to the phantomjs process. |
A list of process
, the callr::process
object, and
port
, the local port where phantom is running.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.