powered by
Attempts to find a Chrome or Chromium executable on the system. Checks common installation paths and environment variables.
find_chrome_path()
Path to Chrome executable, or NULL if not found.
path <- find_chrome_path() if (!is.null(path)) { message("Chrome found at: ", path) }
Run the code above in your browser using DataLab