Description Usage Value See Also Examples
return the full path of "npm" executable if found.
1 | npm_exec()
|
executable full path in a character vector of length 1.
Other executable full path:
chrome_exec(),
libreoffice_exec(),
node_exec(),
pip_exec(),
python_exec()
1 2 | if(is_available("npm"))
message(npm_exec())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.