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

chrome_exec()

Value

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

See also

Examples

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