Skip to contents

return the full path of 'Google Chrome' executable if found.

Usage

chrome_exec()

Value

chrome executable full path in a character vector of length 1.

Examples

if(exec_available("chrome"))
  message(chrome_exec())