R/chrome.R
chrome_available.Rd
Checks whether the chromote package can find and use a Chrome or Chromium installation for headless rendering.
chrome_available(verbose = FALSE)
Print status messages (default FALSE).
TRUE if Chrome is available, FALSE otherwise.
if (chrome_available()) { cat("Using Chrome") } else { cat("Using Magick") } #> Using Chrome