exec_version | R Documentation |
get the version of an executable.
exec_version(exec)
exec |
executable identifier, a single character. Use one of these values:
|
a numeric_version()
with the version of the executable found.
if(exec_available("chrome"))
message(exec_version("chrome"))
if(exec_available("node"))
message(exec_version("node"))
if(exec_available("python"))
message(exec_version("python"))
if(exec_available("libreoffice"))
message(exec_version("libreoffice"))
if(exec_available("word"))
message(exec_version("word"))
if(exec_available("powerpoint"))
message(exec_version("powerpoint"))
if(exec_available("firefox"))
message(exec_version("firefox"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.