chromote_info | R Documentation |
This function gathers information about the operating system, R version, chromote package version, environment variables, Chrome path, and Chrome arguments. It also verifies the Chrome installation and retrieves its version.
chromote_info()
A list containing the following elements:
The operating system platform.
The version of R.
The version of the chromote package.
The value of the CHROMOTE_CHROME
environment variable.
The path to the Chrome browser.
A vector of Chrome arguments.
The version of Chrome (if verification is successful).
The error message (if verification fails).
A list with the status and output of the Chrome verification.
chromote_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.