powered by
Checks whether the chromote package can find and use a Chrome or Chromium installation for headless rendering.
chrome_available(verbose = FALSE)
TRUE if Chrome is available, FALSE otherwise.
Print status messages (default FALSE).
if (chrome_available()) { cat("Using Chrome") } else { cat("Using Magick") }
Run the code above in your browser using DataLab