| ChromeRemote | R Documentation |
Remote Chrome process
chromote::Browser -> ChromeRemote
new()Create a new ChromeRemote object.
ChromeRemote$new(host, port)
hostA string that is a valid IPv4 or IPv6 address. "0.0.0.0"
represents all IPv4 addresses and "::/0" represents all IPv6 addresses.
portA number or integer that indicates the server port.
is_alive()Is the remote service alive?
ChromeRemote$is_alive()
close()chromote does not manage remote processes, so closing a
remote Chrome browser does nothing. You can send a Browser$close()
command if this is really something you want to do.
ChromeRemote$close()
clone()The objects of this class are cloneable with this method.
ChromeRemote$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.