chromote_info {chromote} | R Documentation |
Show information about the chromote package and Chrome browser
Description
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.
Usage
chromote_info()
Value
A list containing the following elements:
- os
The operating system platform.
- version_r
The version of R.
- version_chromote
The version of the chromote package.
- envvar
The value of the
CHROMOTE_CHROME
environment variable.- path
The path to the Chrome browser.
- args
A vector of Chrome arguments.
- version
The version of Chrome (if verification is successful).
- error
The error message (if verification fails).
- .check
A list with the status and output of the Chrome verification.
Examples
chromote_info()
[Package chromote version 0.5.1 Index]