Learn R Programming

cardargus (version 0.2.1)

find_chrome_path: Find Chrome executable path

Description

Attempts to find a Chrome or Chromium executable on the system. Checks common installation paths and environment variables.

Usage

find_chrome_path()

Arguments

Value

Path to Chrome executable, or NULL if not found.

Examples

Run this code
path <- find_chrome_path()
if (!is.null(path)) {
  message("Chrome found at: ", path)
}

Run the code above in your browser using DataLab