Description Usage Arguments Value
phtm_start()
starts a PhantomJS process that can be used to instantiate
headless web browsing sessions.
1 | phtm_start(timeout = 5, debug = c("info", "error", "warn", "debug"))
|
timeout |
How long to wait (in seconds) for the connection to the PhantomJS process to be established. Can be a decimal. |
debug |
PhantomJS debug level |
A list containing the PhantomJS process
and integer
port number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.