chromote_info: Show information about the chromote package and Chrome...

View source: R/chrome.R

chromote_infoR 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()


chromote documentation built on April 4, 2025, 1:43 a.m.